#[repr(C)]pub struct PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub cluster_shading_rate: u32,
}Expand description
VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
Provided by VK_HUAWEI_cluster_culling_shader.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_VRS_FEATURES_HUAWEI.
p_next: *mut c_voidOptional, may be null.
cluster_shading_rate: u32Implementations§
Source§impl PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
impl PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
Sourcepub fn builder<'a>() -> PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEIBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEIBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
impl Clone for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
Source§fn clone(&self) -> PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
fn clone(&self) -> PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
impl ExtendsPhysicalDeviceClusterCullingShaderFeaturesHUAWEI for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
Auto Trait Implementations§
impl !Send for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
impl !Sync for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
impl Freeze for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
impl RefUnwindSafe for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
impl Unpin for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
impl UnsafeUnpin for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
impl UnwindSafe for PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
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