mirror of
https://github.com/RPCS3/glslang.git
synced 2025-03-03 00:05:58 +00:00
11 lines
106 B
GLSL
11 lines
106 B
GLSL
![]() |
#version 130
|
||
|
|
||
|
varying vec4 Color;
|
||
|
|
||
|
uniform int i;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_FragData[i] = Color;
|
||
|
}
|