And yet another buildfix.

This commit is contained in:
Henrik Rydgård 2017-08-20 15:52:12 +02:00
parent 10cebb4195
commit a4b97f00b6

View File

@ -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);
}; };