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

VideoBackends:Vulkan: Fix 0 size descriptor pools #11238

Merged
merged 1 commit into from Oct 31, 2022

Conversation

K0bin
Copy link
Contributor

@K0bin K0bin commented Oct 31, 2022

Fixes:

35:01:531 VideoBackends/Vulkan/VulkanContext.cpp:745 E[Host GPU]: Vulkan debug report: (Validation) Validation Error: [ VUID-VkDescriptorPoolCreateInfo-maxSets-00301 ] Object 0: handle = 0x7f1,b8d,3cd,e70, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0xa1,70e,236 | vkCreateDescriptorPool(): pCreateInfo->maxSets is not greater than 0. The Vulkan spec states: maxSets must be greater than 0 (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-VkDescriptorPoolCreateInfo-maxSets-00301)

@JMC47
Copy link
Contributor

JMC47 commented Oct 31, 2022

lgtm

@iwubcode
Copy link
Contributor

@K0bin - can you add that validation error to the commit message?

[ VUID-VkDescriptorPoolCreateInfo-maxSets-00301 ] Object 0:
handle = 0x7f1,b8d,3cd,e70, type = VK_OBJECT_TYPE_DEVICE; |
MessageID = 0xa1,70e,236 | vkCreateDescriptorPool():
pCreateInfo->maxSets is not greater than 0.
The Vulkan spec states: maxSets must be greater than 0
@K0bin
Copy link
Contributor Author

K0bin commented Oct 31, 2022

Done @iwubcode

@AdmiralCurtiss AdmiralCurtiss merged commit 4955af5 into dolphin-emu:master Oct 31, 2022
11 checks passed
@K0bin K0bin deleted the zero-descriptor-size branch October 31, 2022 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants