diff options
author | quou <quou@disroot.org> | 2025-03-10 15:31:09 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-03-10 15:31:31 +1100 |
commit | d661b9edec77a6269a5f11de53699156e1aa3d05 (patch) | |
tree | 0479784f07a313c746b4848c0f29baebaded8862 /sc/sh_enums.h | |
parent | 37b929e148e5b003f68903eb9ee192d24517e683 (diff) |
ivec 2, 3 & 4
Diffstat (limited to 'sc/sh_enums.h')
-rw-r--r-- | sc/sh_enums.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/sh_enums.h b/sc/sh_enums.h index e9a33b8..6cf9495 100644 --- a/sc/sh_enums.h +++ b/sc/sh_enums.h @@ -28,6 +28,9 @@ sprogram_type_xmacro() x(vec2) \ x(vec3) \ x(vec4) \ + x(ivec2) \ + x(ivec3) \ + x(ivec4) \ x(mat2) \ x(mat3) \ x(mat4) |