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

vk: Don't load depth-stencil textures on the transfer queue #14185

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

kd-11
Copy link
Contributor

@kd-11 kd-11 commented Jul 11, 2023

Fixes #14121

VUID-vkCmdCopyBufferToImage-commandBuffer-07739
If the queue family used to create the VkCommandPool which commandBuffer was allocated from does not support VK_QUEUE_GRAPHICS_BIT, for each element of pRegions, the aspectMask member of imageSubresource must not be VK_IMAGE_ASPECT_DEPTH_BIT or VK_IMAGE_ASPECT_STENCIL_BIT

@kd-11 kd-11 merged commit eee7bf0 into RPCS3:master Jul 12, 2023
@kd-11 kd-11 deleted the vk-async-fix branch July 12, 2023 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BLES00392] Async crashes the Nvidia driver
2 participants