mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-23 01:59:39 +08:00
11 lines
162 B
GLSL
11 lines
162 B
GLSL
#version 120
|
|
|
|
#include "/lib/settings.glsl"
|
|
|
|
|
|
//////////////////////////////VOID MAIN//////////////////////////////
|
|
|
|
void main() {
|
|
gl_FragData[0] = vec4(0.0);
|
|
}
|