mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 06:53:47 -07:00
9 lines
93 B
GLSL
9 lines
93 B
GLSL
#version 110
|
|
|
|
uniform vec4 uniform_color;
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = uniform_color;
|
|
}
|