Fixed packed map shader.

This commit is contained in:
2025-03-02 19:38:09 -06:00
parent 122997c58c
commit 7c150a9a7c
6 changed files with 27 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ typedef double double_t;
extern char_t EXECUTABLE_PATH[];
extern char_t EXECUTABLE_DIRECTORY[];
typedef uint32_t uvec4_t[4];
typedef uint32_t uvec3_t[3];
typedef uint32_t uvec2_t[2];
typedef uint32_t uint_t;
typedef uint32_t uint_t;
typedef uint_t uvec4_t[4];
typedef uint_t uvec3_t[3];
typedef uint_t uvec2_t[2];