This commit is contained in:
Greg Wells
2025-06-06 19:50:40 -04:00
parent 516f2122a1
commit 2f1011bd9c
3 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
#include "stdlib.h"
typedef enum gnVertexFormat {
GN_FLOAT2
GN_FLOAT2, GN_FLOAT3
} gnVertexFormat;
typedef struct gnVertexAttribute {