#[repr(C)]pub struct PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub cluster_shading_rate: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§cluster_shading_rate: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
impl<'a> PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
pub fn cluster_shading_rate(self, cluster_shading_rate: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
impl<'a> Clone for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
source§fn clone(&self) -> PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
fn clone(&self) -> PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'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 moresource§impl<'a> Debug for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
impl<'a> Debug for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
impl<'a> TaggedStructure for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_VRS_FEATURES_HUAWEI
impl<'a> Copy for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
impl ExtendsPhysicalDeviceClusterCullingShaderFeaturesHUAWEI for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'_>
impl Send for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'_>
impl Sync for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
impl<'a> Unpin for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
impl<'a> UnwindSafe for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI<'a>
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