Fixed packed rendering.

This commit is contained in:
2025-03-04 12:17:13 -06:00
parent f19636edb1
commit 04eb4736d8
9 changed files with 21 additions and 28 deletions

View File

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