pub type BufferDeviceAddressInfoKHR = BufferDeviceAddressInfo;
Expand description

Aliased Type§

struct BufferDeviceAddressInfoKHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub buffer: Buffer,
}

Fields§

§s_type: StructureType§next: *const c_void§buffer: Buffer