mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Vulkan: fix stack overflow.
This commit is contained in:
parent
8bff088bb3
commit
1aff9b3e2b
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ VkDescriptorSet DrawEngineVulkan::GetOrCreateDescriptorSet(VkImageView imageView
|
|||
_assert_msg_(result == VK_SUCCESS, "Ran out of descriptor space in pool. sz=%d res=%d", (int)frame.descSets.size(), (int)result);
|
||||
|
||||
// We just don't write to the slots we don't care about, which is fine.
|
||||
VkWriteDescriptorSet writes[7]{};
|
||||
VkWriteDescriptorSet writes[9]{};
|
||||
// Main texture
|
||||
int n = 0;
|
||||
VkDescriptorImageInfo tex[3]{};
|
||||
|
|
Loading…
Add table
Reference in a new issue