1
0
Fork 0
mirror of https://github.com/Ryujinx/Opentk.git synced 2025-05-11 16:32:17 +00:00
Opentk/Source/Examples/Data/Shaders/Picking_FS.glsl
2009-10-24 10:07:43 +00:00

8 lines
95 B
GLSL

#version 120
flat varying vec4 vColor;
void main(void)
{
gl_FragColor = vColor;
}