forked from LeenkxTeam/LNXSDK
Update leenkx/Shaders/voxel_resolve_specular/voxel_resolve_specular.comp.glsl
This commit is contained in:
parent
9478e4e957
commit
501a064d25
@ -47,7 +47,7 @@ uniform sampler2D sveloc;
|
||||
void main() {
|
||||
const vec2 pixel = gl_GlobalInvocationID.xy;
|
||||
vec2 uv = (pixel + 0.5) / postprocess_resolution;
|
||||
#ifdef _InvY
|
||||
#ifdef _InvY;
|
||||
uv.y = 1.0 - uv.y
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user