Chris Forbes <[email protected]> writes: > Signed-off-by: Chris Forbes <[email protected]> > --- > src/mesa/main/mtypes.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h > index 6108a35..7b51ec8 100644 > --- a/src/mesa/main/mtypes.h > +++ b/src/mesa/main/mtypes.h > @@ -1536,8 +1536,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;
Reviewed-by: Eric Anholt <[email protected]>
pgprZtizsPmSo.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
