mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
added missing glFinish()
This commit is contained in:
parent
fbb478c946
commit
c84cde7b0b
2 changed files with 10 additions and 0 deletions
|
|
@ -128,6 +128,11 @@ static void render_image( void )
|
|||
|
||||
glPopMatrix();
|
||||
|
||||
/* This is very important!!!
|
||||
* Make sure buffered commands are finished!!!
|
||||
*/
|
||||
glFinish();
|
||||
|
||||
gluDeleteQuadric(qobj);
|
||||
|
||||
{
|
||||
|
|
|
|||
|
|
@ -127,6 +127,11 @@ static void render_image( void )
|
|||
|
||||
glPopMatrix();
|
||||
|
||||
/* This is very important!!!
|
||||
* Make sure buffered commands are finished!!!
|
||||
*/
|
||||
glFinish();
|
||||
|
||||
gluDeleteQuadric(qobj);
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue