MrLixm/AgXc

[reshade] plugin break with latest reshade version

Closed this issue · 0 comments

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.