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