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