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
The SV_DispatchGrid DXIL metadata for a node input record was not generated
in cases where:
- the field with the SV_DispatchGrid semantic was in a nested record
- the field with the SV_DispatchGrid semantic was in a record field
- the field with the SV_DispatchGrid semantic was inherited from a base record
- in any combinations of the above
Added FindDispatchGridSemantic() to be used by the AddHLSLNodeRecordTypeInfo()
function, and added a test case.
Fixesmicrosoft#6928
Description
The SV_DispatchGrid DXIL metadata for a node input record is not generated in cases where:
Note that combinations of these scenarios are also possible.
Steps to Reproduce
https://godbolt.org/z/s5PdMbK95
Actual Behavior
The node input metadata record does not include a tag or pointer for a SV_DispatchGrid metadata record.
Environment
The text was updated successfully, but these errors were encountered: