Type Alias unity_native_plugin_sys::PFN_vkCreatePipelineCache
source · pub type PFN_vkCreatePipelineCache = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkPipelineCacheCreateInfo, pAllocator: *const VkAllocationCallbacks, pPipelineCache: *mut VkPipelineCache) -> VkResult>;Aliased Type§
enum PFN_vkCreatePipelineCache {
None,
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkPipelineCacheCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkPipelineCache_T) -> i32),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkPipelineCacheCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkPipelineCache_T) -> i32)
Some value of type T.