Trait vulkanalia::vk::KhrDeferredHostOperationsExtension[][src]

pub trait KhrDeferredHostOperationsExtension: DeviceV1_0 {
    const METADATA: Extension;
    unsafe fn create_deferred_operation_khr(
        &self,
        allocator: Option<&AllocationCallbacks>
    ) -> VkResult<DeferredOperationKHR> { ... }
unsafe fn deferred_operation_join_khr(
        &self,
        operation: DeferredOperationKHR
    ) -> VkResult<SuccessCode> { ... }
unsafe fn destroy_deferred_operation_khr(
        &self,
        operation: DeferredOperationKHR,
        allocator: Option<&AllocationCallbacks>
    ) { ... }
unsafe fn get_deferred_operation_max_concurrency_khr(
        &self,
        operation: DeferredOperationKHR
    ) { ... }
unsafe fn get_deferred_operation_result_khr(
        &self,
        operation: DeferredOperationKHR
    ) -> VkResult<SuccessCode> { ... } }

Associated Constants

const METADATA: Extension[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...