summaryrefslogtreecommitdiff
path: root/intermediate/forward.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-03-02 17:28:07 +1100
committerquou <quou@disroot.org>2025-03-02 17:28:07 +1100
commit528c5a7ef9e3e7cadf9a2caefa3ca115b382df75 (patch)
tree4557c8cb90d182b4f82bc574d61204ff09b5f72f /intermediate/forward.h
parent3634e53cc68671a576754d6bb668f585f7e2c53d (diff)
Diffstat (limited to 'intermediate/forward.h')
-rw-r--r--intermediate/forward.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/intermediate/forward.h b/intermediate/forward.h
index 7c4c9d3..156a185 100644
--- a/intermediate/forward.h
+++ b/intermediate/forward.h
@@ -22,6 +22,9 @@ name: Caster
[variable]
name: projection
type: mat4
+[variable]
+name: jittered
+type: mat4
[struct]
name: Globals
@@ -41,4 +44,7 @@ type: Globals
stage: fragment
#endif
+
+#define max_casters 16
+
#endif