projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74394c
)
changed a comment
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 4 Apr 2000 15:20:20 +0000
(15:20 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 4 Apr 2000 15:20:20 +0000
(15:20 +0000)
progs/demos/occlude.c
patch
|
blob
|
history
diff --git
a/progs/demos/occlude.c
b/progs/demos/occlude.c
index f807fffc76b75713c11bb3866f1654f274f8f367..e26446059b335e76084aaace647f1bcdbb97bd97 100644
(file)
--- a/
progs/demos/occlude.c
+++ b/
progs/demos/occlude.c
@@
-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);