[ruamoko] Remove hack-in matrix type

No need for it now, either.
This commit is contained in:
Bill Currie 2024-09-04 10:36:32 +09:00
parent fe16fed01a
commit 8db547afec

View file

@ -1,11 +1,6 @@
#ifndef __ruamoko_scene_h #ifndef __ruamoko_scene_h
#define __ruamoko_scene_h #define __ruamoko_scene_h
//FIXME this should be a native type so it can be used in math
typedef struct {
vec4 col[4];
} mat4x4;
typedef struct light_s { typedef struct light_s {
vec4 color; vec4 color;
vec4 position; vec4 position;