Trait vulkanalia::vk::ExtBufferDeviceAddressExtension[][src]

pub trait ExtBufferDeviceAddressExtension: DeviceV1_0 {
    const METADATA: Extension;
    unsafe fn get_buffer_device_address_ext(
        &self,
        info: &BufferDeviceAddressInfo
    ) { ... } }
👎 Deprecated:

deprecated in favor of VK_KHR_buffer_device_address

Associated Constants

const METADATA: Extension[src]

👎 Deprecated:

deprecated in favor of VK_KHR_buffer_device_address

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...