Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPIR-V] Compiling node shader (work graphs) produces error: semantic string missing for shader input variable 'h' #7021

Open
N04H02 opened this issue Nov 25, 2024 · 0 comments
Labels
bug Bug, regression, crash needs-triage Awaiting triage spirv Work related to SPIR-V

Comments

@N04H02
Copy link

N04H02 commented Nov 25, 2024

Description

Compiling a valid node shader results in error: semantic string missing for shader input variable 'h'.

Shaders tested were following:

Steps to Reproduce

  1. Download sanity-entry_cs.hlsl from vulkan-samples
  2. Execute dxc.exe -T lib_6_9 -spirv -fspv-target-env=vulkan1.3 -enable-16bit-types -Fo output.spv sanity_entry_cs.hlsl to compile the shader

Actual Behavior

Compilation fails with the error: error: semantic string missing for shader input variable 'h'

Environment

  • DXC version (dxcompiler.dll: 1.8 - 1.8.2407.7 OR dxcompiler.dll: 1.9 - 1.8.2404.55)
  • Host Operating System Windows 11 23H2
@N04H02 N04H02 added bug Bug, regression, crash needs-triage Awaiting triage spirv Work related to SPIR-V labels Nov 25, 2024
@damyanp damyanp moved this to For Google in HLSL Triage Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug, regression, crash needs-triage Awaiting triage spirv Work related to SPIR-V
Projects
Status: For Google
Development

No branches or pull requests

1 participant