Files
maszyna/shaders/pick.frag
2018-07-12 23:28:39 +02:00

9 lines
90 B
GLSL

#version 330
#include <common>
void main()
{
gl_FragColor = vec4(param[0].rgb, 1.0);
}