#[repr(C)]pub struct PhysicalDeviceClusterCullingShaderFeaturesHUAWEI {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub clusterculling_shader: Bool32,
pub multiview_cluster_culling_shader: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§clusterculling_shader: Bool32
§multiview_cluster_culling_shader: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
impl Clone for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
source§fn clone(&self) -> PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
fn clone(&self) -> PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
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 PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
impl TaggedStructure for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_FEATURES_HUAWEI
impl Copy for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
impl ExtendsDeviceCreateInfo for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
Auto Trait Implementations§
impl Freeze for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
impl RefUnwindSafe for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
impl !Send for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
impl !Sync for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
impl Unpin for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
impl UnwindSafe for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
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