#[repr(C)]pub struct PhysicalDeviceWaveLimitPropertiesAmd {
pub s_type: StructureType,
pub p_next: *const c_void,
pub cu_count: u32,
pub max_waves_per_cu: u32,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§cu_count: u32
§max_waves_per_cu: u32
Implementations§
source§impl PhysicalDeviceWaveLimitPropertiesAmd
impl PhysicalDeviceWaveLimitPropertiesAmd
pub fn builder<'a>() -> PhysicalDeviceWaveLimitPropertiesAmdBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceWaveLimitPropertiesAmd
impl Clone for PhysicalDeviceWaveLimitPropertiesAmd
source§fn clone(&self) -> PhysicalDeviceWaveLimitPropertiesAmd
fn clone(&self) -> PhysicalDeviceWaveLimitPropertiesAmd
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