diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-12 21:57:46 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-12 21:57:46 +1100 |
| commit | e4483eca01b48b943cd0461e24a74ae1a3139ed4 (patch) | |
| tree | ed58c3c246e3af1af337697695d780aa31f6ad9a /res/shaders/postprocess.fs | |
| parent | 1cc08c51eb4b0f95c30c0a98ad1fc5ad3459b2df (diff) | |
Update to most recent version (old initial commit)
Diffstat (limited to 'res/shaders/postprocess.fs')
| -rw-r--r-- | res/shaders/postprocess.fs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
