Type Definition vulkanalia_sys::PFN_vkCreatePipelineCache[][src]

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