PFN_vkCreateIndirectCommandsLayoutEXT

Type Alias PFN_vkCreateIndirectCommandsLayoutEXT 

Source
pub type PFN_vkCreateIndirectCommandsLayoutEXT = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkIndirectCommandsLayoutCreateInfoEXT, pAllocator: *const VkAllocationCallbacks, pIndirectCommandsLayout: *mut VkIndirectCommandsLayoutEXT) -> VkResult>;

Aliased Type§

pub enum PFN_vkCreateIndirectCommandsLayoutEXT {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkIndirectCommandsLayoutCreateInfoEXT, *const VkAllocationCallbacks, *mut *mut VkIndirectCommandsLayoutEXT_T) -> i32),
}

Variants§