break up gameplay stuff

This commit is contained in:
2024-08-13 08:38:21 +10:00
parent 5b97a02288
commit dc88042a36
13 changed files with 448 additions and 132 deletions

View File

@ -24,7 +24,7 @@ typedef struct {
typedef struct {
matrix_float4x4 model;
vector_float4 color;
vector_uchar4 color;
} ShaderInstance;
typedef struct {