This commit is contained in:
summetdev
2020-10-27 22:08:53 +03:00
parent a3abadd8c2
commit 2918a0ea86
40 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ varying vec2 v_texCoords;
void main(){
v_texCoords = a_texCoord0;
gl_Position = a_position;
}
}