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