mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +00:00
And yet another buildfix.
This commit is contained in:
parent
10cebb4195
commit
a4b97f00b6
@ -228,7 +228,7 @@ private:
|
|||||||
VulkanPushBuffer *pushVertex;
|
VulkanPushBuffer *pushVertex;
|
||||||
VulkanPushBuffer *pushIndex;
|
VulkanPushBuffer *pushIndex;
|
||||||
// We do rolling allocation and reset instead of caching across frames. That we might do later.
|
// We do rolling allocation and reset instead of caching across frames. That we might do later.
|
||||||
DenseHashMap<DescriptorSetKey, VkDescriptorSet, VK_NULL_HANDLE> descSets;
|
DenseHashMap<DescriptorSetKey, VkDescriptorSet, (VkDescriptorSet)VK_NULL_HANDLE> descSets;
|
||||||
|
|
||||||
void Destroy(VulkanContext *vulkan);
|
void Destroy(VulkanContext *vulkan);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user