#[repr(C)]pub struct PhysicalDeviceClusterCullingShaderPropertiesHUAWEI {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_work_group_count: [u32; 3],
pub max_work_group_size: [u32; 3],
pub max_output_cluster_count: u32,
pub indirect_buffer_offset_alignment: DeviceSize,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§max_work_group_count: [u32; 3]
§max_work_group_size: [u32; 3]
§max_output_cluster_count: u32
§indirect_buffer_offset_alignment: DeviceSize
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl Clone for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
source§fn clone(&self) -> PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
fn clone(&self) -> PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
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 moresource§impl TaggedStructure for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl TaggedStructure for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_PROPERTIES_HUAWEI
impl Copy for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
Auto Trait Implementations§
impl Freeze for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl RefUnwindSafe for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl !Send for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl !Sync for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl Unpin for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl UnwindSafe for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more