Type Definition erupt::vk1_0::PFN_vkFreeCommandBuffers

source ·
pub type PFN_vkFreeCommandBuffers = unsafe extern "system" fn(device: Device, command_pool: CommandPool, command_buffer_count: u32, p_command_buffers: *const CommandBuffer);
Expand description

Vulkan Manual Page · Function