Skip to content

Commit 9b0463b

Browse files
authored
Update SPIR-V deps (#8304)
Updates the SPIR-V dependencies, and update an invalid test.
1 parent b87d15d commit 9b0463b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/clang/test/CodeGenSPIRV/vk.attribute.image-format.arrays.hlsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[[vk::image_format("rgba16f")]]
55
RWBuffer<float4> RWBuf[2];
66

7-
// CHECK: OpTypeImage %float Buffer 2 0 0 1 Rgba16ui
7+
// CHECK: OpTypeImage %int Buffer 2 0 0 1 Rgba16ui
88
[[vk::image_format("rgba16ui")]]
9-
Buffer<float4> Buf[2];
9+
Buffer<int4> Buf[2];
1010

1111
//CHECK: OpTypeImage %float 2D 2 0 0 2 Rgba16f
1212
[[vk::image_format("rgba16f")]]

0 commit comments

Comments
 (0)