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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user