mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-24 03:36:22 +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);
|
|
}
|