mcshader-lsp/server/testdata/02/final.fsh
Noah Santschi-Cooney d35781b718
THE BIG MERGE v0.9
2020-08-03 20:27:57 +01:00

7 lines
103 B
GLSL

#version 120
#include "/utils/sample.glsl"
void main() {
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
}