#[repr(C)]pub struct PhysicalDeviceClusterAccelerationStructurePropertiesNV {
pub s_type: StructureType,
pub next: *mut c_void,
pub max_vertices_per_cluster: u32,
pub max_triangles_per_cluster: u32,
pub cluster_scratch_byte_alignment: u32,
pub cluster_byte_alignment: u32,
pub cluster_template_byte_alignment: u32,
pub cluster_bottom_level_byte_alignment: u32,
pub cluster_template_bounds_byte_alignment: u32,
pub max_cluster_geometry_index: u32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§max_vertices_per_cluster: u32§max_triangles_per_cluster: u32§cluster_scratch_byte_alignment: u32§cluster_byte_alignment: u32§cluster_template_byte_alignment: u32§cluster_bottom_level_byte_alignment: u32§cluster_template_bounds_byte_alignment: u32§max_cluster_geometry_index: u32Trait Implementations§
Source§impl Clone for PhysicalDeviceClusterAccelerationStructurePropertiesNV
impl Clone for PhysicalDeviceClusterAccelerationStructurePropertiesNV
Source§fn clone(&self) -> PhysicalDeviceClusterAccelerationStructurePropertiesNV
fn clone(&self) -> PhysicalDeviceClusterAccelerationStructurePropertiesNV
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 moreSource§impl PartialEq for PhysicalDeviceClusterAccelerationStructurePropertiesNV
impl PartialEq for PhysicalDeviceClusterAccelerationStructurePropertiesNV
Source§fn eq(
&self,
other: &PhysicalDeviceClusterAccelerationStructurePropertiesNV,
) -> bool
fn eq( &self, other: &PhysicalDeviceClusterAccelerationStructurePropertiesNV, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceClusterAccelerationStructurePropertiesNV
impl Eq for PhysicalDeviceClusterAccelerationStructurePropertiesNV
impl Send for PhysicalDeviceClusterAccelerationStructurePropertiesNV
impl StructuralPartialEq for PhysicalDeviceClusterAccelerationStructurePropertiesNV
impl Sync for PhysicalDeviceClusterAccelerationStructurePropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceClusterAccelerationStructurePropertiesNV
impl RefUnwindSafe for PhysicalDeviceClusterAccelerationStructurePropertiesNV
impl Unpin for PhysicalDeviceClusterAccelerationStructurePropertiesNV
impl UnwindSafe for PhysicalDeviceClusterAccelerationStructurePropertiesNV
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