Type Alias ash::vk::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);