mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
demos: remove some old debug/test code
This commit is contained in:
parent
b86067c610
commit
5be48307d5
1 changed files with 2 additions and 5 deletions
|
|
@ -466,25 +466,22 @@ static void Draw(void)
|
|||
} else {
|
||||
glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
|
||||
}
|
||||
#if 01
|
||||
|
||||
Viewport(0, 0); Point();
|
||||
Viewport(0, 1); Lines();
|
||||
Viewport(0, 2); LineStrip();
|
||||
Viewport(0, 3); LineLoop();
|
||||
|
||||
Viewport(1, 0); Bitmap();
|
||||
|
||||
Viewport(1, 1); TriangleFan();
|
||||
Viewport(1, 2); Triangles();
|
||||
Viewport(1, 3); TriangleStrip();
|
||||
|
||||
Viewport(2, 0); Rect();
|
||||
#endif
|
||||
Viewport(2, 1); PolygonFunc();
|
||||
#if 01
|
||||
Viewport(2, 2); Quads();
|
||||
Viewport(2, 3); QuadStrip();
|
||||
#endif
|
||||
|
||||
glFlush();
|
||||
|
||||
if (doubleBuffer) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue