armory/Shaders/include/empty.frag.glsl
2017-12-13 14:44:21 +01:00

8 lines
53 B
GLSL

#version 450
out vec4 fragColor;
void main() {
}