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