From d661b9edec77a6269a5f11de53699156e1aa3d05 Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 10 Mar 2025 15:31:09 +1100 Subject: ivec 2, 3 & 4 --- sc/sh_enums.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sc/sh_enums.h') 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) -- cgit v1.2.3-54-g00ecf