This commit is contained in:
Rakarake 2025-12-08 16:24:10 +01:00
parent f63289903b
commit 56070f31e4
2 changed files with 25 additions and 19 deletions

3
fragment.glsl Normal file
View file

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