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

Fix vulkan error per VUID-VkMemoryAllocateInfo-pNext-00639 #3487

Closed
wants to merge 2 commits into from

Commits on Nov 18, 2024

  1. Fix vulkan error per VUID-VkMemoryAllocateInfo-pNext-00639

    Per https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkMemoryAllocateInfo.html#VUID-VkMemoryAllocateInfo-pNext-00639, dedicated allocation is required by certain externalMemoryFeatures. This change is to keep dedicated allocation in those scenarios for capture mode, while being assured no dedicated allocation for reading and replaying mode.
    listevemeta committed Nov 18, 2024
    1 Configuration menu
    Copy the full SHA
    7b86a47 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    9d672c6 View commit details
    Browse the repository at this point in the history