PFN_vkCreateGraphicsPipelines

Type Alias PFN_vkCreateGraphicsPipelines 

Source
pub type PFN_vkCreateGraphicsPipelines = Option<unsafe extern "system" fn(device: VkDevice, pipelineCache: VkPipelineCache, createInfoCount: u32, pCreateInfos: *const VkGraphicsPipelineCreateInfo, pAllocator: *const VkAllocationCallbacks, pPipelines: *mut VkPipeline) -> VkResult>;

Aliased Type§

pub enum PFN_vkCreateGraphicsPipelines {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkPipelineCache_T, u32, *const VkGraphicsPipelineCreateInfo, *const VkAllocationCallbacks, *mut *mut VkPipeline_T) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkPipelineCache_T, u32, *const VkGraphicsPipelineCreateInfo, *const VkAllocationCallbacks, *mut *mut VkPipeline_T) -> i32)

Some value of type T.