VkBindBufferMemoryDeviceGroupInfoKHR

Type Alias VkBindBufferMemoryDeviceGroupInfoKHR 

Source
pub type VkBindBufferMemoryDeviceGroupInfoKHR = VkBindBufferMemoryDeviceGroupInfo;

Aliased Type§

#[repr(C)]
pub struct VkBindBufferMemoryDeviceGroupInfoKHR { pub sType: u32, pub pNext: *const c_void, pub deviceIndexCount: u32, pub pDeviceIndices: *const u32, }

Fields§

§sType: u32§pNext: *const c_void§deviceIndexCount: u32§pDeviceIndices: *const u32