We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1b1fd commit cca9e63Copy full SHA for cca9e63
1 file changed
include/viewer/model.h
@@ -84,7 +84,7 @@ struct Model {
84
GLuint EBO;
85
/**
86
* Determines how OpenGL will draw the vertices. For example,
87
- * a value of GL_TRIANGLES will cause OpenGL to draw triangles
+ * a value of MODEL_DRAW_TRIANGLES will cause OpenGL to draw triangles
88
* using each set of three provided vertices
89
*/
90
drawstyle_t model_draw_style;
0 commit comments