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