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:
Faith Ekstrand
2023-12-05 12:53:18 -06:00
committed by Marge Bot
parent 06257514c1
commit 2a28338aa8
+1 -1
View File
@@ -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;