pub type BufferDeviceAddressInfoEXT<'a> = BufferDeviceAddressInfo<'a>;

Aliased Type§

struct BufferDeviceAddressInfoEXT<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub buffer: Buffer,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§buffer: Buffer§_marker: PhantomData<&'a ()>