summaryrefslogtreecommitdiff
path: root/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ir.h b/ir.h
index b0c2f14e12..530c7326a3 100644
--- a/ir.h
+++ b/ir.h
@@ -379,7 +379,7 @@ struct ir_swizzle_mask {
/**
* Number of components in the swizzle.
*/
- unsigned num_components:2;
+ unsigned num_components:3;
/**
* Does the swizzle contain duplicate components?