Separate input component

This commit is contained in:
Hugo Mårdbrink 2025-08-25 15:47:42 +02:00
parent 29e7b5e499
commit 705f498daa
9 changed files with 318 additions and 178 deletions

View file

@ -1,8 +1,7 @@
@header package shader
@header package shaders
@header import sg "../../sokol/gfx"
@header import ecs "../../types"
@ctype mat4 ecs.Mat4
@ctype mat4 Mat4
@vs vs
in vec3 pos;