#[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: u64,
}Expand description
VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI
Provided by VK_HUAWEI_cluster_culling_shader.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_PROPERTIES_HUAWEI.
p_next: *mut c_voidOptional, may be null.
max_work_group_count: [u32; 3]§max_work_group_size: [u32; 3]§max_output_cluster_count: u32§indirect_buffer_offset_alignment: u64Implementations§
Source§impl PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
Sourcepub fn builder<'a>() -> PhysicalDeviceClusterCullingShaderPropertiesHUAWEIBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceClusterCullingShaderPropertiesHUAWEIBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl Clone for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
Source§fn clone(&self) -> PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
fn clone(&self) -> PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
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 PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
Auto Trait Implementations§
impl !Send for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl !Sync for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl Freeze for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl RefUnwindSafe for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl Unpin for PhysicalDeviceClusterCullingShaderPropertiesHUAWEI
impl UnsafeUnpin 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