mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 09:20:12 +01:00
7 lines
100 B
Text
7 lines
100 B
Text
|
|
|
||
|
|
void main() {
|
||
|
|
gl_FrontColor = gl_Color;
|
||
|
|
gl_PointSize = 2.0;
|
||
|
|
gl_Position = gl_Vertex;
|
||
|
|
}
|