mirror of
https://github.com/libretro/glslang.git
synced 2025-03-02 20:25:34 +00:00
9 lines
83 B
GLSL
9 lines
83 B
GLSL
#version 140
|
|
|
|
in vec4 Color;
|
|
|
|
void main()
|
|
{
|
|
gl_FragData[1] = Color;
|
|
}
|