mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-30 16:38:41 +03:00
6 lines
90 B
GLSL
6 lines
90 B
GLSL
#version 110
|
|
uniform vec4 uniform_color;
|
|
void main()
|
|
{
|
|
gl_FragColor = uniform_color;
|
|
} |