diff options
author | quou <quou@disroot.org> | 2025-03-02 17:28:07 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-03-02 17:28:07 +1100 |
commit | 528c5a7ef9e3e7cadf9a2caefa3ca115b382df75 (patch) | |
tree | 4557c8cb90d182b4f82bc574d61204ff09b5f72f /intermediate/forward.h | |
parent | 3634e53cc68671a576754d6bb668f585f7e2c53d (diff) |
シ
Diffstat (limited to 'intermediate/forward.h')
-rw-r--r-- | intermediate/forward.h | 6 |
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 |