Remove VAOs
This commit is contained in:
@@ -4,6 +4,4 @@ layout (binding=50) uniform sampler2DArray thetexture;
|
||||
in vec4 vColor;
|
||||
in vec3 vTexCoord;
|
||||
void main()
|
||||
{
|
||||
fColor = texture(thetexture, vec3 (vTexCoord.xyz)) * vColor;
|
||||
}
|
||||
{ fColor = texture(thetexture, vec3 (vTexCoord.xyz)) * vColor; }
|
||||
|
||||
Reference in New Issue
Block a user