Type Alias ash::vk::BufferDeviceAddressInfoKHR
source · pub type BufferDeviceAddressInfoKHR = BufferDeviceAddressInfo;Aliased Type§
struct BufferDeviceAddressInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub buffer: Buffer,
}Fields§
§s_type: StructureType§p_next: *const c_void§buffer: Buffer