mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 12:10:09 +01:00
changed a comment
This commit is contained in:
parent
a74394c3a8
commit
ed388938a1
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ static void Display( void )
|
|||
/* doesn't clear the result flag! */
|
||||
glColorMask(0, 0, 0, 0);
|
||||
glDepthMask(GL_FALSE);
|
||||
/* this call clear's the result flag */
|
||||
/* this call clear's the result flag. Not really needed for this demo. */
|
||||
glGetBooleanv(GL_OCCLUSION_TEST_RESULT_HP, &result);
|
||||
|
||||
glBegin(GL_POLYGON);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue