pub type PFN_vkCreateGraphicsPipelines = Option<unsafe extern "system" fn(device: Device, pipeline_cache: PipelineCache, create_info_count: u32, p_create_infos: *const GraphicsPipelineCreateInfo, p_allocator: *const AllocationCallbacks, p_pipelines: *mut Pipeline) -> Result>;Expand description
vkCreateGraphicsPipelines
Provided by VK_GRAPHICS_VERSION_1_0.
§Success Codes
VK_SUCCESSVK_PIPELINE_COMPILE_REQUIRED_EXT
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_INVALID_SHADER_NVVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
§Thread Safety
pipelineCachemust be externally synchronized
Aliased Type§
pub enum PFN_vkCreateGraphicsPipelines {
None,
Some(unsafe extern "system" fn(Device, PipelineCache, u32, *const GraphicsPipelineCreateInfo, *const AllocationCallbacks, *mut Pipeline) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, PipelineCache, u32, *const GraphicsPipelineCreateInfo, *const AllocationCallbacks, *mut Pipeline) -> Result)
Some value of type T.