pub type PFN_vkCreateRayTracingPipelinesKHR = Option<unsafe extern "system" fn(device: Device, deferred_operation: DeferredOperationKHR, pipeline_cache: PipelineCache, create_info_count: u32, p_create_infos: *const RayTracingPipelineCreateInfoKHR, p_allocator: *const AllocationCallbacks, p_pipelines: *mut Pipeline) -> Result>;Expand description
vkCreateRayTracingPipelinesKHR
Provided by VK_KHR_ray_tracing_pipeline.
§Success Codes
VK_SUCCESSVK_OPERATION_DEFERRED_KHRVK_OPERATION_NOT_DEFERRED_KHRVK_PIPELINE_COMPILE_REQUIRED_EXT
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESSVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
§Thread Safety
pipelineCachemust be externally synchronized
Aliased Type§
pub enum PFN_vkCreateRayTracingPipelinesKHR {
None,
Some(unsafe extern "system" fn(Device, DeferredOperationKHR, PipelineCache, u32, *const RayTracingPipelineCreateInfoKHR, *const AllocationCallbacks, *mut Pipeline) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, DeferredOperationKHR, PipelineCache, u32, *const RayTracingPipelineCreateInfoKHR, *const AllocationCallbacks, *mut Pipeline) -> Result)
Some value of type T.