Trait vulkanalia::vk::FuchsiaExternalMemoryExtension[][src]

pub trait FuchsiaExternalMemoryExtension: DeviceV1_0 {
    const METADATA: Extension;
    unsafe fn get_memory_zircon_handle_fuchsia(
        &self,
        get_zircon_handle_info: &MemoryGetZirconHandleInfoFUCHSIA
    ) -> VkResult<zx_handle_t> { ... }
unsafe fn get_memory_zircon_handle_properties_fuchsia(
        &self,
        handle_type: ExternalMemoryHandleTypeFlags,
        zircon_handle: zx_handle_t
    ) -> VkResult<MemoryZirconHandlePropertiesFUCHSIA> { ... } }

Associated Constants

const METADATA: Extension[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...