mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-27 02:32:39 +08:00
7 lines
49 B
GLSL
7 lines
49 B
GLSL
#version 120
|
|
|
|
void main() {
|
|
|
|
discard; return;
|
|
}
|