This commit is contained in:
bjorn 2017-05-17 13:10:37 -06:00
parent eddc7af482
commit ef89de2b5f
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ typedef struct {
int height;
} ScissorRectangle;
typedef struct CanvasState {
typedef struct {
int framebuffer;
float projection[16];
int viewport[4];

View File

@ -27,7 +27,7 @@ typedef struct {
typedef vec_t(ModelMesh*) vec_model_mesh_t;
typedef struct ModelNode {
typedef struct {
float transform[16];
vec_uint_t meshes;
vec_void_t children;