upgrades, etc.

This commit is contained in:
2023-08-24 17:19:41 -04:00
parent e7aa4fb90b
commit 9434872af3
605 changed files with 94559 additions and 31541 deletions

View File

@ -9,5 +9,5 @@ out vec4 FragColor;
void main()
{
gl_FragColor = uColor * texture(uTexture, iUV);
FragColor = uColor * texture(uTexture, iUV);
}