Type Alias vulkanalia_sys::BufferDeviceAddressInfoEXT
source · pub type BufferDeviceAddressInfoEXT = BufferDeviceAddressInfo;Expand description
Aliased Type§
struct BufferDeviceAddressInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub buffer: Buffer,
}Fields§
§s_type: StructureType§next: *const c_void§buffer: Buffer