diff options
author | Chris Forbes <[email protected]> | 2013-04-22 17:07:57 +1200 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2013-04-25 20:49:25 +1200 |
commit | 8fd0190278cc623ebc5310a3dbd6864152d6eaae (patch) | |
tree | 2b5dfa5b833b12560761fdfc90b9eb75bb9729c7 | |
parent | 447bf1fb524f1f451baa67ea172caa2ed51369c7 (diff) |
mesa: fix bogus comment about PrimitiveRestart fields
Signed-off-by: Chris Forbes <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
-rw-r--r-- | src/mesa/main/mtypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 4e32e481d1a..139c6afb706 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1537,8 +1537,8 @@ struct gl_array_attrib * \name Primitive restart controls * * Primitive restart is enabled if either \c PrimitiveRestart or - * \c PrimitiveRestart is set. If \c PrimitiveRestart is set, then - * \c RestartIndex is used as the cut vertex. Otherwise ~0 is used. + * \c PrimitiveRestartFixedIndex is set. If \c PrimitiveRestart is set, + * then \c RestartIndex is used as the cut vertex. Otherwise ~0 is used. */ /*@{*/ GLboolean PrimitiveRestart; |