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

10 lines
87 B
GLSL
Executable file

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