summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/compiler/nir/nir.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h
index 31d611a620d..29ef2ce0d7d 100644
--- a/src/compiler/nir/nir.h
+++ b/src/compiler/nir/nir.h
@@ -437,14 +437,14 @@ typedef struct nir_variable {
enum gl_access_qualifier access:8;
/**
- * output index for dual source blending.
+ * Descriptor set binding for sampler or UBO.
*/
- unsigned index;
+ unsigned descriptor_set:5;
/**
- * Descriptor set binding for sampler or UBO.
+ * output index for dual source blending.
*/
- unsigned descriptor_set:5;
+ unsigned index;
/**
* Initial binding point for a sampler or UBO.