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
+1 -1
View File
@@ -5,5 +5,5 @@ out vec4 f_color;
uniform sampler2D u_texture;
void main(){
f_color = a_color * texture(u_texture, a_textureCoord);
f_color = a_color * texture(u_texture, a_textureCoord);
}