summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/glsl/nir/nir.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h
index d9daaa2e7e2..0603b3eec67 100644
--- a/src/glsl/nir/nir.h
+++ b/src/glsl/nir/nir.h
@@ -292,13 +292,9 @@ typedef struct {
unsigned int driver_location;
/**
- * Output index for dual source blending.
- *
- * \note
- * The GLSL spec only allows the values 0 or 1 for the index in \b dual
- * source blending.
+ * output index for dual source blending.
*/
- unsigned index:1;
+ int index;
/**
* Initial binding point for a sampler or UBO.