pub type DeviceGroupBindSparseInfoKHR = DeviceGroupBindSparseInfo;Aliased Type§
#[repr(C)]pub struct DeviceGroupBindSparseInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub resource_device_index: u32,
pub memory_device_index: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO.
p_next: *const c_voidOptional, may be null.
resource_device_index: u32§memory_device_index: u32