Watch
2
0
Fork
You've already forked raylib-cs
0

Additional resources from the Raylib repo.

This commit is contained in:
Meatcorps 2026-05-21 06:09:28 +02:00
commit ce3a7da69b
150 changed files with 41499 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#version 100
precision mediump float;
void main()
{
gl_FragColor = vec4(0.05, 0.05, 0.05, 1.0);
}