rj200 / Glamarye_Fast_Effects_for_ReShade

Designed for speed, this shader for ReShade is for people who can't just run everything at max settings but want good enough post-processing without costing much framerate. It combines 4 effects in one - Fast FXAA, sharpening, depth of field and fast ambient occlusion
MIT License
115 stars 12 forks source link

Not compatible with Reshade 5.9.0 #18

Closed adamnorbacker closed 1 year ago

adamnorbacker commented 1 year ago

Does not compile with Reshade >5.9.0 Fails to resolve AddressU

flaunt5 commented 1 year ago

19 should address this

GT500org commented 1 year ago

19 should address this

Thanks. That seems to have fixed the issue for me.

Edit: I'm seeing a little black square in the lower-right corner of the screen in Star Trek Online now when this shader is on. No clue what's causing it. I'm using @flaunt5's edited version of the shader. I've yet to try it with any other games. https://i.imgur.com/HWEmYZS.png

Edit 2: I just realized it's in the upper-left corner of the screen as well.

Aztec2012 commented 1 year ago

19 should address this

Dont understand what to do to fix?

Aztec2012 commented 1 year ago

19 should address this

Dont understand what to do to fix?

Nevermind. Fix work, Thanks.

Aztec2012 commented 1 year ago

19 should address this

But it makes very blurry.

Aztec2012 commented 1 year ago

Just delete : AddressU = BORDER; AddressV = BORDER; AddressW = BORDER;

in lines 1115-1117 and 1124-1127

This fix and not blurry i mean.

rj200 commented 1 year ago

6.4.2 released with Aztec2012's fix.