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