PFN_vkCreateRenderPass

Type Alias PFN_vkCreateRenderPass 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkRenderPassCreateInfo, *const VkAllocationCallbacks, *mut *mut VkRenderPass_T) -> i32)

Some value of type T.