moving to magnum

This commit is contained in:
2023-01-18 16:05:44 -08:00
parent 4d64366c14
commit 7e75cfa015
8 changed files with 194 additions and 43 deletions

View File

@@ -0,0 +1,5 @@
void main()
{
gl_FragColor = vec4(1.0,0.0,1.0,1.0);
}