You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I unfortunately found an annoying problem with the shader - it does not take into consideration preprocessor directives like RESHADE_DEPTH_INPUT_X_SCALE or RESHADE_DEPTH_INPUT_LINEARIZATION_FAR_PLANE.
So, to me, the shader was totally unusable, until I modified it a tiny bit. Adding support for RESHADE_DEPTH_INPUT_X_SCALE was not diffcult for somebody who can't code at all, all it took is copying lines from reshade.fxh to the correct place... but implementing RESHADE_DEPTH_INPUT_LINEARIZATION_FAR_PLANE is not something I can do..
Would it be diffcult for you to modify the shader to respect these preprocessors? So the shader can be used in non standard cases where the depth buffer needs to be altered.. or in conjuction with other shaders like MXAO, which have support for these directives.
Thanks
The text was updated successfully, but these errors were encountered:
On Fri, Aug 16, 2024, 12:00 PM TerrorizedGakon ***@***.***> wrote:
Hi,
I unfortunately found an annoying problem with the shader - it does not
take into consideration preprocessor directives like
RESHADE_DEPTH_INPUT_X_SCALE or RESHADE_DEPTH_INPUT_LINEARIZATION_FAR_PLANE.
So, to me, the shader was totally unusable, until I modified it a tiny
bit. Adding support for RESHADE_DEPTH_INPUT_X_SCALE was not diffcult for
somebody who can't code at all, all it took is to look into reshade.fxh and
adding the lines in the correct place... but implementing
RESHADE_DEPTH_INPUT_LINEARIZATION_FAR_PLANE is not something I can do..
Would it be diffcult for you to modify the shader to respect these
preprocessors? So the shader can be used in non standard cases where the
depth buffer needs to be altered.. or in conjuction with other shaders like
MXAO, which have support for these directives.
Thanks
—
Reply to this email directly, view it on GitHub
<#22>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD3PPZY4BZLD2I5USYASOY3ZRY43HAVCNFSM6AAAAABMUPFVGCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TANZRHE4TEMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hi,
I unfortunately found an annoying problem with the shader - it does not take into consideration preprocessor directives like RESHADE_DEPTH_INPUT_X_SCALE or RESHADE_DEPTH_INPUT_LINEARIZATION_FAR_PLANE.
So, to me, the shader was totally unusable, until I modified it a tiny bit. Adding support for RESHADE_DEPTH_INPUT_X_SCALE was not diffcult for somebody who can't code at all, all it took is copying lines from reshade.fxh to the correct place... but implementing RESHADE_DEPTH_INPUT_LINEARIZATION_FAR_PLANE is not something I can do..
Would it be diffcult for you to modify the shader to respect these preprocessors? So the shader can be used in non standard cases where the depth buffer needs to be altered.. or in conjuction with other shaders like MXAO, which have support for these directives.
Thanks
The text was updated successfully, but these errors were encountered: