Skip to main content

PFN_vkDeferredOperationJoinKHR

Type Alias PFN_vkDeferredOperationJoinKHR 

Source
pub type PFN_vkDeferredOperationJoinKHR = Option<unsafe extern "system" fn(device: Device, operation: DeferredOperationKHR) -> Result>;
Expand description

vkDeferredOperationJoinKHR Provided by VK_KHR_deferred_host_operations.

§Success Codes

  • VK_SUCCESS
  • VK_THREAD_DONE_KHR
  • VK_THREAD_IDLE_KHR

§Error Codes

  • VK_ERROR_OUT_OF_HOST_MEMORY
  • VK_ERROR_OUT_OF_DEVICE_MEMORY
  • VK_ERROR_UNKNOWN
  • VK_ERROR_VALIDATION_FAILED

Aliased Type§

pub enum PFN_vkDeferredOperationJoinKHR {
    None,
    Some(unsafe extern "system" fn(Device, DeferredOperationKHR) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, DeferredOperationKHR) -> Result)

Some value of type T.