Skip to main content

BufferDeviceAddressInfoEXT

Type Alias BufferDeviceAddressInfoEXT 

Source
pub type BufferDeviceAddressInfoEXT = BufferDeviceAddressInfo;

Aliased Type§

#[repr(C)]
pub struct BufferDeviceAddressInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub buffer: Buffer, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO.

§p_next: *const c_void

Optional, may be null.

§buffer: Buffer