Files
maszyna/shaders/mat_notex.frag
milek7 13ba3fcd13 work
2018-07-08 21:33:26 +02:00

9 lines
75 B
GLSL

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