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

Add support for enhanced barriers in D3D12. #91769

Merged
merged 1 commit into from
May 31, 2024

Commits on May 20, 2024

  1. Add support for enhanced barriers in D3D12.

    Enables support for enhanced barriers if available.
    
    Gets rid of the implementation of [CROSS_FAMILY_FALLBACK] in the D3D12 driver. The logic has been reimplemented at a higher level in RenderingDevice itself.
    
    This fallback is only used if the RenderingDeviceDriver reports the API traits and the capability of sharing texture formats correctly. Aliases created in this way can only be used for sampling: never for writing. In most cases, the formats that do not support sharing do not support unordered access/storage writes in the first place.
    DarioSamo committed May 20, 2024
    Configuration menu
    Copy the full SHA
    adabd14 View commit details
    Browse the repository at this point in the history