This commit is contained in:
Henrik Rydgård 2017-08-20 19:40:50 +02:00
parent b21ed852ce
commit 9b6aece6fc

View File

@ -59,7 +59,7 @@ public:
private:
VulkanContext *vulkan_;
DenseHashMap<SamplerCacheKey, VkSampler, VK_NULL_HANDLE> cache_;
DenseHashMap<SamplerCacheKey, VkSampler, (VkSampler)VK_NULL_HANDLE> cache_;
};