Skip to main content

BindBufferMemoryDeviceGroupInfoKHR

Type Alias BindBufferMemoryDeviceGroupInfoKHR 

Source
pub type BindBufferMemoryDeviceGroupInfoKHR = BindBufferMemoryDeviceGroupInfo;

Aliased Type§

#[repr(C)]
pub struct BindBufferMemoryDeviceGroupInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub device_index_count: u32, pub p_device_indices: *const u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO.

§p_next: *const c_void

Optional, may be null.

§device_index_count: u32

Length of p_device_indices.

§p_device_indices: *const u32