From e3c961de3696911d8ab1351e64bd6e904de103d0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 2 Jul 2010 09:07:36 -0600 Subject: main: change some GS field types, added comments --- src/mesa/main/mtypes.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mesa/main') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 30225274cd..f2d2133fe7 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1850,8 +1850,9 @@ struct gl_geometry_program struct gl_program Base; /**< base class */ GLint VerticesOut; - GLint InputType; - GLint OutputType; + GLenum InputType; /**< GL_POINTS, GL_LINES, GL_LINES_ADJACENCY_ARB, + GL_TRIANGLES, or GL_TRIANGLES_ADJACENCY_ARB */ + GLenum OutputType; /**< GL_POINTS, GL_LINE_STRIP or GL_TRIANGLE_STRIP */ }; -- cgit v1.2.3