Type Definition erupt::vk1_0::PFN_vkCreatePipelineCache

source ·
pub type PFN_vkCreatePipelineCache = unsafe extern "system" fn(device: Device, p_create_info: *const PipelineCacheCreateInfo, p_allocator: *const AllocationCallbacks, p_pipeline_cache: *mut PipelineCache) -> Result;
Expand description

Vulkan Manual Page · Function