From 8fd0190278cc623ebc5310a3dbd6864152d6eaae Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 22 Apr 2013 17:07:57 +1200 Subject: [PATCH] mesa: fix bogus comment about PrimitiveRestart fields Signed-off-by: Chris Forbes Reviewed-by: Eric Anholt --- 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 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; -- 2.7.4