pub type BindImageMemoryDeviceGroupInfoKHR<'a> = BindImageMemoryDeviceGroupInfo<'a>;
Aliased Type§
struct BindImageMemoryDeviceGroupInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_index_count: u32,
pub p_device_indices: *const u32,
pub split_instance_bind_region_count: u32,
pub p_split_instance_bind_regions: *const Rect2D,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§device_index_count: u32
§p_device_indices: *const u32
§split_instance_bind_region_count: u32
§p_split_instance_bind_regions: *const Rect2D
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> BindImageMemoryDeviceGroupInfo<'a>
impl<'a> BindImageMemoryDeviceGroupInfo<'a>
pub fn device_indices(self, device_indices: &'a [u32]) -> Self
pub fn split_instance_bind_regions( self, split_instance_bind_regions: &'a [Rect2D], ) -> Self
Trait Implementations
Source§impl<'a> Clone for BindImageMemoryDeviceGroupInfo<'a>
impl<'a> Clone for BindImageMemoryDeviceGroupInfo<'a>
Source§fn clone(&self) -> BindImageMemoryDeviceGroupInfo<'a>
fn clone(&self) -> BindImageMemoryDeviceGroupInfo<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more