Module: Mesa
Branch: main
Commit: 2a28338aa84f986927c4fc1d7d7bda7aecbb3446
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a28338aa84f986927c4fc1d7d7bda7aecbb3446

Author: Faith Ekstrand <faith.ekstr...@collabora.com>
Date:   Tue Dec  5 12:53:18 2023 -0600

compiler: Fix a comment

We're not using GL enums here anymore

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24821>

---

 src/compiler/shader_info.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;

Reply via email to