Type Definition vulkan_bindings::FnCreatePipelineCache[][src]

pub type FnCreatePipelineCache = extern "system" fn(device: Device, pCreateInfo: *const PipelineCacheCreateInfo, pAllocator: *const AllocationCallbacks, pPipelineCache: *mut PipelineCache) -> Result;