refactor res/shaders

This commit is contained in:
MihailRis
2024-07-20 16:05:06 +03:00
parent 52381d5afa
commit 8e159009eb
16 changed files with 85 additions and 61 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ uniform mat4 u_projview;
uniform mat4 u_apply;
void main(){
a_textureCoord = v_textureCoord;
a_color = v_color;
gl_Position = u_apply * u_projview * vec4(v_position, 1.0);
a_textureCoord = v_textureCoord;
a_color = v_color;
gl_Position = u_apply * u_projview * vec4(v_position, 1.0);
}