mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 20:20:18 +01:00
5 lines
76 B
GLSL
5 lines
76 B
GLSL
|
|
void main() {
|
|
gl_FrontColor = gl_Color;
|
|
gl_Position = gl_Vertex;
|
|
}
|