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
113 stars 12 forks source link

Depth likely not detected #2

Closed Gunlaus closed 2 years ago

Gunlaus commented 3 years ago

I'm using a modified openGL found here: https://reshade.me/forum/general-discussion/5391-release-pcsx2-with-depth-buffer-access for PCSX2 and while I've got the depth buffer working perfectly with other effects, with your effects it doesn't seem to be working at all. Selecting depth just shows up as white on the screen. Any clue on how to solve this?

rj200 commented 3 years ago

Sorry, I don't know. I've never used PCSX2.

It is possible you just need to configure the depth buffer. Glamayre uses the default reshade depth buffer settings. See Marty's guide to help set it up: https://github.com/martymcmodding/ReShade-Guide/wiki/The-Depth-Buffer.

Which other effects work where Glamayre doesn't? Does DisplayDepth.fx work okay? I know some other shaders do their own depth buffer setup, instead of using ReShade's setup so maybe that's why they work and Glamayre doesn't?