pub unsafe fn create_graphics_pipeline_array<const N: usize>(
device: VkHandleRef<'_, VkDevice>,
pipeline_cache: Option<VkHandleRef<'_, VkPipelineCache>>,
create_infos: &[GraphicsPipelineCreateInfo<'_>; N],
allocation_callbacks: Option<&VkAllocationCallbacks>,
) -> Result<[VkPipeline; N]>Available on crate feature
Implements only.Expand description
ยงSafety
pipeline_cache must be created from device.