#[repr(C)]pub struct PhysicalDeviceClusterCullingShaderFeaturesHUAWEI {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub clusterculling_shader: u32,
pub multiview_cluster_culling_shader: u32,
}Expand description
VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI
Provided by VK_HUAWEI_cluster_culling_shader.
§Extends
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_FEATURES_HUAWEI.
p_next: *mut c_voidOptional, may be null.
clusterculling_shader: u32§multiview_cluster_culling_shader: u32Implementations§
Source§impl PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
impl PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
Sourcepub fn builder<'a>() -> PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceClusterCullingShaderFeaturesHUAWEIBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
impl Clone for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
Source§fn clone(&self) -> PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
fn clone(&self) -> PhysicalDeviceClusterCullingShaderFeaturesHUAWEI
Returns a duplicate 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 moreimpl 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 UnsafeUnpin 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