@@ -32,19 +32,19 @@ void bad_root_signature_6() {}
32
32
[RootSignature ("DescriptorTable(SRV(t0, numDescriptors=4), SRV(t2, numDescriptors=4))" )]
33
33
void bad_root_signature_7 () {}
34
34
35
- // expected-error@+1 {{resource ranges u[2;5] and u[0;4294967295] overlap within space = 0 and visibility = Hull}}
35
+ // expected-error@+1 {{resource ranges u[2;5] and u[0;unbounded) overlap within space = 0 and visibility = Hull}}
36
36
[RootSignature ("DescriptorTable(UAV(u0, numDescriptors=unbounded), visibility = SHADER_VISIBILITY_HULL), DescriptorTable(UAV(u2, numDescriptors=4))" )]
37
37
void bad_root_signature_8 () {}
38
38
39
39
// expected-error@+1 {{resource ranges b[0;2] and b[2;2] overlap within space = 0 and visibility = All}}
40
40
[RootSignature ("RootConstants(num32BitConstants=4, b2), DescriptorTable(CBV(b0, numDescriptors=3))" )]
41
41
void bad_root_signature_9 () {}
42
42
43
- // expected-error@+1 {{resource ranges s[4;4294967295] and s[17;17] overlap within space = 0 and visibility = All}}
43
+ // expected-error@+1 {{resource ranges s[4;unbounded) and s[17;17] overlap within space = 0 and visibility = All}}
44
44
[RootSignature ("StaticSampler(s17), DescriptorTable(Sampler(s0, numDescriptors=3),Sampler(s4, numDescriptors=unbounded))" )]
45
45
void bad_root_signature_10 () {}
46
46
47
- // expected-error@+1 {{resource ranges b[45;45] and b[4;4294967295] overlap within space = 0 and visibility = Geometry}}
47
+ // expected-error@+1 {{resource ranges b[45;45] and b[4;unbounded) overlap within space = 0 and visibility = Geometry}}
48
48
[RootSignature ("DescriptorTable(CBV(b4, numDescriptors=unbounded)), CBV(b45, visibility = SHADER_VISIBILITY_GEOMETRY)" )]
49
49
void bad_root_signature_11 () {}
50
50
0 commit comments