Skip to main content

vkFreeDescriptorSets

Function vkFreeDescriptorSets 

Source
pub unsafe extern "system" fn vkFreeDescriptorSets(
    device: VkDevice,
    descriptorPool: VkDescriptorPool,
    descriptorSetCount: u32,
    pDescriptorSets: *const VkDescriptorSet,
) -> VkResult
Expand description

Available if built with exported-prototypes.