it works??

This commit is contained in:
Asuro
2025-02-11 20:58:50 +01:00
parent 851db78d66
commit bf2371eca0
12 changed files with 33 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
vec4 v_color0 : COLOR0 = vec4(1.0, 1.0, 0.0, 1.0);
vec2 v_uv0 : TEXCOORD0 = vec2(0.0, 0.0);
vec3 v_wpos : TEXCOORD1 = vec3(0.0, 0.0, 0.0);
vec3 a_position : POSITION;
vec4 a_color0 : COLOR0;