ecs-test/shaders/out/types.odin

7 lines
87 B
Odin

package shaders
Mat4 :: matrix[4, 4]f32
Vec2 :: [2]f32
Vec3 :: [3]f32
Vec4 :: [4]f32