VkDescriptorPool is a stub object. As a consequence, it's impossible to
free descriptor set memory.
const VkDescriptorPoolCreateInfo* pCreateInfo,
VkDescriptorPool* pDescriptorPool)
{
+ anv_finishme("VkDescriptorPool is a stub");
*pDescriptorPool = 1;
-
return VK_SUCCESS;
}
VkDevice _device,
VkDescriptorPool _pool)
{
- /* VkDescriptorPool is a dummy object. */
+ anv_finishme("VkDescriptorPool is a stub: free the pool's descriptor sets");
return VK_SUCCESS;
}
VkDevice device,
VkDescriptorPool descriptorPool)
{
+ anv_finishme("VkDescriptorPool is a stub: free the pool's descriptor sets");
return VK_SUCCESS;
}