Type Alias VkBufferDeviceAddressInfoEXT

Source
pub type VkBufferDeviceAddressInfoEXT = VkBufferDeviceAddressInfo;

Aliased Type§

struct VkBufferDeviceAddressInfoEXT {
    pub sType: u32,
    pub pNext: *const c_void,
    pub buffer: *mut VkBuffer_T,
}

Fields§

§sType: u32§pNext: *const c_void§buffer: *mut VkBuffer_T