From 48de9aaa72ee0f5eb9232784f54c7feb97e3fb85 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 8 Sep 2016 21:28:11 +0200 Subject: glsl: add gl_LocalGroupSizeARB as a system value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v2: - only add it if the ext is enabled (Ilia) Signed-off-by: Samuel Pitoiset Reviewed-by: Ian Romanick Reviewed-by: Nicolai Hähnle --- src/compiler/shader_enums.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/shader_enums.h') diff --git a/src/compiler/shader_enums.h b/src/compiler/shader_enums.h index c3a62e09dbe..b6e048e1331 100644 --- a/src/compiler/shader_enums.h +++ b/src/compiler/shader_enums.h @@ -472,6 +472,7 @@ typedef enum SYSTEM_VALUE_GLOBAL_INVOCATION_ID, SYSTEM_VALUE_WORK_GROUP_ID, SYSTEM_VALUE_NUM_WORK_GROUPS, + SYSTEM_VALUE_LOCAL_GROUP_SIZE, /*@}*/ /** -- cgit v1.2.3