From e4483eca01b48b943cd0461e24a74ae1a3139ed4 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Wed, 12 Feb 2025 21:57:46 +1100 Subject: Update to most recent version (old initial commit) --- res/shaders/postprocess.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/shaders/postprocess.fs') diff --git a/res/shaders/postprocess.fs b/res/shaders/postprocess.fs index af09c2c..1d90d75 100644 --- a/res/shaders/postprocess.fs +++ b/res/shaders/postprocess.fs @@ -12,7 +12,7 @@ layout(std140, binding = 0) uniform _u_globals { float zfar; float xfov; float yfov; - uint time; + int time; }; const float u_lumaThreshold = 0.125f; -- cgit v1.2.3