mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 10:00:14 +01:00
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:
parent
447bf1fb52
commit
8fd0190278
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue