Skip to content

Commit 406aa1e

Browse files
authored
[spirv] Use sm6.5 as 6.6 is not yet fully supported. (#3190)
1 parent 0024844 commit 406aa1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/test/CodeGenSPIRV/vk.1p2.remove.bufferblock.runtimearray.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Run: %dxc -T cs_6_6 -E main -fspv-target-env=vulkan1.2
1+
// Run: %dxc -T cs_6_5 -E main -fspv-target-env=vulkan1.2
22

33
struct MeshPart {
44
uint indexOffset;

0 commit comments

Comments
 (0)