mesa: fix bogus comment about PrimitiveRestart fields

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Chris Forbes 2013-04-22 17:07:57 +12:00
parent 447bf1fb52
commit 8fd0190278
1 changed files with 2 additions and 2 deletions

View File

@ -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;