You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPIR-V] generated SPIR-V is invalid: OpStore Pointer <id> '1029[%1029]'s type does not match Object <id> '1066[%1066]'s type. OpStore %1029 %1066
#7182
Actual Behavior generated SPIR-V is invalid: OpStore Pointer <id> '1029[%1029]'s type does not match Object <id> '1066[%1066]'s type. OpStore %1029 %1066
Environment
DXC version February 2025
Host Operating System Windows 11
Please contact me and I will send you a repro case per email.
The text was updated successfully, but these errors were encountered:
gjaegy
changed the title
[SPIR-V]
[SPIR-V] generated SPIR-V is invalid: OpStore Pointer <id> '1029[%1029]'s type does not match Object <id> '1066[%1066]'s type. OpStore %1029 %1066
Mar 7, 2025
Description
Invalid SPIR-V is generated with the latest release and with head, when compiling with debug
Steps to Reproduce
dxc def_gbuffer_gen_vs_skinned.hlsl -E mainvert -T vs_6_0 -spirv -fspv-target-env=vulkan1.1 -Wall -Wno-unused-const-variable -D imBINDLESS=1 -fspv-extension=SPV_KHR_non_semantic_info -fspv-debug=vulkan-with-source
Actual Behavior
generated SPIR-V is invalid: OpStore Pointer <id> '1029[%1029]'s type does not match Object <id> '1066[%1066]'s type. OpStore %1029 %1066
Environment
Please contact me and I will send you a repro case per email.
The text was updated successfully, but these errors were encountered: