purkinje tweak (fix color clamping)

This commit is contained in:
Xonk
2023-10-08 18:02:07 -04:00
parent c39a3fadb4
commit 63e7669f8f
3 changed files with 11 additions and 14 deletions

View File

@ -1,9 +1,11 @@
#include "/lib/settings.glsl"
varying vec2 texcoord;
uniform sampler2D colortex4;
flat varying vec4 exposure;
flat varying vec2 rodExposureDepth;
uniform sampler2D colortex4;
//////////////////////////////VOID MAIN//////////////////////////////
//////////////////////////////VOID MAIN//////////////////////////////