|
@@ -16,13 +16,13 @@ struct S
|
|
|
|
|
|
RWStructuredBuffer<S> values;
|
|
|
|
|
|
-// CHECK: [[v3uint1:%\d+]] = OpConstantComposite %v3uint %uint_1 %uint_1 %uint_1
|
|
|
-// CHECK: [[v3uint0:%\d+]] = OpConstantComposite %v3uint %uint_0 %uint_0 %uint_0
|
|
|
-
|
|
|
// These are the types that hold SPIR-V booleans, rather than Uints.
|
|
|
// CHECK: %T_0 = OpTypeStruct %_arr_bool_uint_1
|
|
|
// CHECK: %S_0 = OpTypeStruct %bool %v3bool %_arr_v3bool_uint_2 %T_0
|
|
|
|
|
|
+// CHECK: [[v3uint1:%\d+]] = OpConstantComposite %v3uint %uint_1 %uint_1 %uint_1
|
|
|
+// CHECK: [[v3uint0:%\d+]] = OpConstantComposite %v3uint %uint_0 %uint_0 %uint_0
|
|
|
+
|
|
|
void main()
|
|
|
{
|
|
|
bool3 boolVecVar;
|