1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00
Files
OrcaSlicer-bambulab/resources/shaders/options_110.fs
T
2020-05-22 13:21:43 +02:00

9 lines
104 B
GLSL

#version 120
uniform vec3 uniform_color;
void main()
{
gl_FragColor = vec4(uniform_color, 1.0);
}