rhythmbullet/android/assets/shaders/retro.glsl

5 lines
65 B
GLSL
Executable File

void main()
{
gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);
}