Separate input component
This commit is contained in:
parent
29e7b5e499
commit
705f498daa
9 changed files with 318 additions and 178 deletions
7
shaders/out/types.odin
Normal file
7
shaders/out/types.odin
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package shaders
|
||||
|
||||
Mat4 :: matrix[4, 4]f32
|
||||
|
||||
Vec2 :: [2]f32
|
||||
Vec3 :: [3]f32
|
||||
Vec4 :: [4]f32
|
||||
Loading…
Add table
Add a link
Reference in a new issue