summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r--src/glsl/ir.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h
index 7aac9af9001..ede8caa6e47 100644
--- a/src/glsl/ir.h
+++ b/src/glsl/ir.h
@@ -689,11 +689,6 @@ public:
unsigned explicit_index:1;
/**
- * Do we have a Vulkan (group, index) qualifier for this variable?
- */
- unsigned vk_set:1;
-
- /**
* Was an initial binding explicitly set in the shader?
*
* If so, constant_value contains an integer ir_constant representing the
@@ -762,10 +757,8 @@ public:
* \note
* The GLSL spec only allows the values 0 or 1 for the index in \b dual
* source blending.
- *
- * This is now also used for the Vulkan descriptor set index.
*/
- int16_t index;
+ unsigned index:1;
/**
* \brief Layout qualifier for gl_FragDepth.
@@ -814,11 +807,6 @@ public:
int16_t binding;
/**
- * Vulkan descriptor set for the resource.
- */
- int16_t set;
-
- /**
* Storage location of the base of this variable
*
* The precise meaning of this field depends on the nature of the variable.