diff options
author | Eric Anholt <eric@anholt.net> | 2010-03-16 13:15:43 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-03-16 13:15:43 -0700 |
commit | a226c6ce9e8a3bed5414eb144700833cb7786a83 (patch) | |
tree | 07a2a4c9ed992891e97b508ad0b458032aa51e32 | |
parent | 790fe210b560a32cb05d7b067cb0e0fb8306cc4b (diff) |
scissor-depth-clear: Fix doxygen for what this test is about.
-rw-r--r-- | tests/general/scissor-depth-clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/scissor-depth-clear.c b/tests/general/scissor-depth-clear.c index f1cd90fcc..a06226324 100644 --- a/tests/general/scissor-depth-clear.c +++ b/tests/general/scissor-depth-clear.c @@ -27,7 +27,7 @@ /** @file scissor-copypixels.c * - * Tests that glScissor properly affects glCopyPixels(). + * Tests that glScissor properly affects glClear(GL_DEPTH_BUFFER_BIT). */ #include "piglit-util.h" |