Cleanup shaders

This commit is contained in:
2025-11-13 17:52:01 +00:00
parent 0ea7af4bdd
commit a7a11ccc03
12 changed files with 142 additions and 205 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ void main()
{
fCol = vCol;
fPos = vPos;
fNorm = vNorm ;
fNorm = vNorm;
}