summaryrefslogtreecommitdiffstats
path: root/src/compiler/shader_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r--src/compiler/shader_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index 5eae8f13f46..a44fcac2388 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -82,6 +82,9 @@ typedef struct shader_info {
/** The output primitive type (GL enum value) */
unsigned output_primitive;
+ /** The input primitive type (GL enum value) */
+ unsigned input_primitive;
+
/** The maximum number of vertices the geometry shader might write. */
unsigned vertices_out;