mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 21:00:16 +01:00
main: change some GS field types, added comments
This commit is contained in:
parent
b6b9b17d27
commit
e3c961de36
1 changed files with 3 additions and 2 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue