[][src]Type Definition vulkanalia_sys::PFN_vkCreatePipelineCache

type PFN_vkCreatePipelineCache = extern "system" fn(_device: Device, _create_info: *const PipelineCacheCreateInfo, _allocator: *const AllocationCallbacks, _pipeline_cache: *mut PipelineCache) -> Result;