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