vkDestroyDescriptorPool top-level property

VkDestroyDescriptorPool vkDestroyDescriptorPool
getter/setter pair

Implementation

VkDestroyDescriptorPool vkDestroyDescriptorPool =
    loadFunction<VkDestroyDescriptorPoolNative>(
            _library, 'vkDestroyDescriptorPool')
        .asFunction<VkDestroyDescriptorPool>();