Create/Update assets for version 1.7.2

This commit is contained in:
InventiveBot
2017-02-18 13:40:56 +00:00
parent edd2521bab
commit 0cfbb49c20
2155 changed files with 112672 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#version 120
uniform sampler2D DiffuseSampler;
varying vec2 texCoord;
void main(){
gl_FragColor = texture2D(DiffuseSampler, texCoord);
}