From: Chris Forbes Date: Mon, 22 Apr 2013 05:07:57 +0000 (+1200) Subject: mesa: fix bogus comment about PrimitiveRestart fields X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8fd0190278cc623ebc5310a3dbd6864152d6eaae;p=mesa.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 4e32e481d1a..139c6afb706 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;