mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-15 17:05:57 +08:00
6 lines
90 B
GLSL
6 lines
90 B
GLSL
#version 110
|
|
uniform vec4 uniform_color;
|
|
void main()
|
|
{
|
|
gl_FragColor = uniform_color;
|
|
} |