summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir_uniform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/ir_uniform.h')
-rw-r--r--src/compiler/glsl/ir_uniform.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compiler/glsl/ir_uniform.h b/src/compiler/glsl/ir_uniform.h
index b6aec7fc4af..9841df8cde1 100644
--- a/src/compiler/glsl/ir_uniform.h
+++ b/src/compiler/glsl/ir_uniform.h
@@ -201,6 +201,12 @@ struct gl_uniform_storage {
* top-level shader storage block member. (GL_TOP_LEVEL_ARRAY_STRIDE).
*/
unsigned top_level_array_stride;
+
+ /**
+ * Whether this uniform variable has the bindless_sampler or bindless_image
+ * layout qualifier as specified by ARB_bindless_texture.
+ */
+ bool is_bindless;
};
#ifdef __cplusplus