PFN_vkFreeCommandBuffers

Type Alias PFN_vkFreeCommandBuffers 

Source
pub type PFN_vkFreeCommandBuffers = Option<unsafe extern "system" fn(device: VkDevice, commandPool: VkCommandPool, commandBufferCount: u32, pCommandBuffers: *const VkCommandBuffer)>;

Aliased Type§

pub enum PFN_vkFreeCommandBuffers {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkCommandPool_T, u32, *const *mut VkCommandBuffer_T)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkCommandPool_T, u32, *const *mut VkCommandBuffer_T))

Some value of type T.