Remove VAOs

This commit is contained in:
2025-11-20 22:33:23 +00:00
parent 86794d1da9
commit f63b47d6c4
7 changed files with 11 additions and 22 deletions
+1 -3
View File
@@ -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; }