diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index ccaefb0df2d..aee93be814f 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -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;