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

Support SV_DispatchGrid semantic in a nested record #6931

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 24, 2024

  1. Support SV_DispatchGrid semantic in a nested record

    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.
    
    Fixes microsoft#6928
    Tim Corringham committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    48b89fc View commit details
    Browse the repository at this point in the history