mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-21 18:25:28 +00:00
7 lines
103 B
GLSL
7 lines
103 B
GLSL
#version 120
|
|
|
|
#include "/utils/sample.glsl"
|
|
|
|
void main() {
|
|
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
|
|
}
|