From: Chris Forbes Date: Mon, 22 Apr 2013 05:07:57 +0000 (+1200) Subject: mesa: fix bogus comment about PrimitiveRestart fields X-Git-Tag: mesa-9.2.1~1580 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F6198%2F1;p=platform%2Fupstream%2Fmesa.git mesa: fix bogus comment about PrimitiveRestart fields Signed-off-by: Chris Forbes Reviewed-by: Eric Anholt --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 4e32e48..139c6af 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;