🔥🔥🔥

This commit is contained in:
Anuken
2020-06-11 12:03:27 -04:00
parent 2a9008f042
commit 732769524c
40 changed files with 4458 additions and 4867 deletions
+8
View File
@@ -0,0 +1,8 @@
uniform sampler2D u_texture;
varying vec2 v_texCoord;
void main(){
gl_FragColor = texture2D(u_texture, v_texCoord);
}