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