compiler: Fix a comment
We're not using GL enums here anymore Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24821>
This commit is contained in:
committed by
Marge Bot
parent
06257514c1
commit
2a28338aa8
@@ -587,7 +587,7 @@ typedef struct shader_info {
|
||||
|
||||
uint16_t max_vertices_out;
|
||||
uint16_t max_primitives_out;
|
||||
enum mesa_prim primitive_type; /* GL_POINTS, GL_LINES or GL_TRIANGLES. */
|
||||
enum mesa_prim primitive_type; /* POINTS, LINES or TRIANGLES. */
|
||||
|
||||
/* TODO: remove this when we stop supporting NV_mesh_shader. */
|
||||
bool nv;
|
||||
|
||||
Reference in New Issue
Block a user