Type Alias ash::vk::PFN_vkResetCommandPool

source ·
pub type PFN_vkResetCommandPool = unsafe extern "system" fn(device: Device, command_pool: CommandPool, flags: CommandPoolResetFlags) -> Result;