diff options
author | quou <quou@disroot.org> | 2025-02-09 18:50:15 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-02-09 18:51:30 +1100 |
commit | 1c86bb51da99df1950124d812eabcfe15af4f771 (patch) | |
tree | e3254c9c3965b2b0d651dcc8568da3bb3148f6d8 /sc/sh_enums.h | |
parent | 8c644dd120c63244f4b576b45cd4ae96842736f8 (diff) |
support for shader int variable type
Diffstat (limited to 'sc/sh_enums.h')
-rw-r--r-- | sc/sh_enums.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sh_enums.h b/sc/sh_enums.h index 9e62a9d..e9a33b8 100644 --- a/sc/sh_enums.h +++ b/sc/sh_enums.h @@ -24,6 +24,7 @@ sprogram_type_xmacro() #define svariable_type_xmacro() \ x(float) \ + x(int) \ x(vec2) \ x(vec3) \ x(vec4) \ |