Move closer to removing all geom shaders

This commit is contained in:
2025-11-20 17:45:15 +00:00
parent d28e3bef6c
commit 5c5d9ef0e3
7 changed files with 38 additions and 15 deletions
-1
View File
@@ -10,6 +10,5 @@ void main()
{
gl_Position = theMat * pos;
vColor = inColor;
//vTexCoord = inTexCoord.xyz;
vTexCoord = inTexCoord;
}