[SPIR-V] Compiling node shader (work graphs) produces error: semantic string missing for shader input variable 'h'
#7021
Labels
semantic string missing for shader input variable 'h'
#7021
Description
Compiling a valid node shader results in
error: semantic string missing for shader input variable 'h'
.Shaders tested were following:
Steps to Reproduce
sanity-entry_cs.hlsl
from vulkan-samplesdxc.exe -T lib_6_9 -spirv -fspv-target-env=vulkan1.3 -enable-16bit-types -Fo output.spv sanity_entry_cs.hlsl
to compile the shaderActual Behavior
Compilation fails with the error:
error: semantic string missing for shader input variable 'h'
Environment
dxcompiler.dll: 1.8 - 1.8.2407.7
ORdxcompiler.dll: 1.9 - 1.8.2404.55
)The text was updated successfully, but these errors were encountered: