mirror of
https://github.com/golyalpha/OrcaSlicer-bambulab.git
synced 2026-06-12 03:37:46 +02:00
9 lines
93 B
GLSL
9 lines
93 B
GLSL
|
|
#version 110
|
||
|
|
|
||
|
|
uniform vec4 uniform_color;
|
||
|
|
|
||
|
|
void main()
|
||
|
|
{
|
||
|
|
gl_FragColor = uniform_color;
|
||
|
|
}
|