| 780 | return VK_SUCCESS; |
| 781 | } |
| 782 | static VKAPI_ATTR void VKAPI_CALL DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, |
| 783 | const VkAllocationCallbacks* pAllocator) { |
| 784 | // Destroy object |
| 785 | } |
| 786 | static VKAPI_ATTR VkResult VKAPI_CALL ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, |
| 787 | VkDescriptorPoolResetFlags flags) { |
| 788 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected