it works?

This commit is contained in:
Asuro
2025-02-08 01:46:25 +01:00
parent 60640a708f
commit b263c3aa82
19 changed files with 801 additions and 18 deletions

7
src/game/shaders/frag.sc Normal file
View File

@@ -0,0 +1,7 @@
$input v_color0
#include "common.sh"
void main()
{
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
}