5 lines
72 B
GLSL
5 lines
72 B
GLSL
void main()
|
|
{
|
|
gl_FrontColor = gl_Color;
|
|
gl_Position = ftransform();
|
|
} |