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

[reshade] plugin break with latest reshade version #18

Closed
MrLixm opened this issue Oct 11, 2023 · 0 comments · Fixed by #19
Closed

[reshade] plugin break with latest reshade version #18

MrLixm opened this issue Oct 11, 2023 · 0 comments · Fixed by #19
Assignees
Labels
bug Something isn't working

Comments

@MrLixm
Copy link
Owner

MrLixm commented Oct 11, 2023

Originally reported on the reshade forums : https://reshade.me/forum/shader-presentation/8306-agx-display-rendering-transform

issue

The plugin raise errors when using Reshade-5.9

Shaders\AgX.fx(153, 41): error X3004: unrecognized property 'Format'

suggested fix

Users have manage to found a solution :

correct line 153 looks like:
sampler LUTSampler { Texture = LUTTex; };

Determine if the fix is the most appropriate or not.

@MrLixm MrLixm added the bug Something isn't working label Oct 11, 2023
@MrLixm MrLixm self-assigned this Oct 11, 2023
MrLixm added a commit that referenced this issue Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant