pub type PFN_vkCreateRayTracingPipelinesNV = Option<unsafe extern "system" fn(device: VkDevice, pipelineCache: VkPipelineCache, createInfoCount: u32, pCreateInfos: *const VkRayTracingPipelineCreateInfoNV, pAllocator: *const VkAllocationCallbacks, pPipelines: *mut VkPipeline) -> VkResult>;

Aliased Type§

enum PFN_vkCreateRayTracingPipelinesNV {
    None,
    Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkPipelineCache_T, _: u32, _: *const VkRayTracingPipelineCreateInfoNV, _: *const VkAllocationCallbacks, _: *mut *mut VkPipeline_T) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkPipelineCache_T, _: u32, _: *const VkRayTracingPipelineCreateInfoNV, _: *const VkAllocationCallbacks, _: *mut *mut VkPipeline_T) -> i32)

Some value of type T.