Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use this as a shader for possibly Reshade? #16

Closed
oisintheblue opened this issue Jan 6, 2024 · 3 comments
Closed
Labels
enhancement New feature or request

Comments

@oisintheblue
Copy link

No description provided.

@valadaptive
Copy link
Owner

This doesn't execute on the GPU, so probably not. If there's a way to call into arbitrary CPU-side code from ReShade, the performance should be good enough for real-time, but it's not a shader.

I've thought about making a GLSL version for games, etc. but it would involve rewriting basically the entire image processing part, and it'd require about a dozen different shader passes.

@oisintheblue
Copy link
Author

oh ok, thats understandable. what about simulating generation loss?

@valadaptive
Copy link
Owner

There's no way to simulate generation loss in the standalone app currently. You can do so with the OpenFX or AE plugin by simply applying the effect multiple times in succession, although each iteration will decrease performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants