pub type PFN_vkCreateIndirectCommandsLayoutNV = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkIndirectCommandsLayoutCreateInfoNV, pAllocator: *const VkAllocationCallbacks, pIndirectCommandsLayout: *mut VkIndirectCommandsLayoutNV) -> VkResult>;Aliased Type§
pub enum PFN_vkCreateIndirectCommandsLayoutNV {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkIndirectCommandsLayoutCreateInfoNV, *const VkAllocationCallbacks, *mut *mut VkIndirectCommandsLayoutNV_T) -> i32),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkIndirectCommandsLayoutCreateInfoNV, *const VkAllocationCallbacks, *mut *mut VkIndirectCommandsLayoutNV_T) -> i32)
Some value of type T.