Skip to content

Commit

Permalink
And yet another buildfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Aug 20, 2017
1 parent 10cebb4 commit a4b97f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPU/Vulkan/DrawEngineVulkan.h
Expand Up @@ -228,7 +228,7 @@ class DrawEngineVulkan : public DrawEngineCommon {
VulkanPushBuffer *pushVertex;
VulkanPushBuffer *pushIndex;
// 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);
};
Expand Down

0 comments on commit a4b97f0

Please sign in to comment.