mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 00:40:10 +01:00
6 lines
76 B
Text
6 lines
76 B
Text
|
|
|
||
|
|
void main() {
|
||
|
|
gl_FrontColor = gl_Color;
|
||
|
|
gl_Position = gl_Vertex;
|
||
|
|
}
|