pub struct PhysicalDeviceClusterAccelerationStructurePropertiesNVBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceClusterAccelerationStructurePropertiesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceClusterAccelerationStructurePropertiesNVBuilder<'a>
impl<'a> PhysicalDeviceClusterAccelerationStructurePropertiesNVBuilder<'a>
pub fn max_vertices_per_cluster(self, value: u32) -> Self
pub fn max_triangles_per_cluster(self, value: u32) -> Self
pub fn cluster_scratch_byte_alignment(self, value: u32) -> Self
pub fn cluster_byte_alignment(self, value: u32) -> Self
pub fn cluster_template_byte_alignment(self, value: u32) -> Self
pub fn cluster_bottom_level_byte_alignment(self, value: u32) -> Self
pub fn cluster_template_bounds_byte_alignment(self, value: u32) -> Self
pub fn max_cluster_geometry_index(self, value: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceClusterAccelerationStructurePropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceClusterAccelerationStructurePropertiesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceClusterAccelerationStructurePropertiesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceClusterAccelerationStructurePropertiesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceClusterAccelerationStructurePropertiesNVBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceClusterAccelerationStructurePropertiesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceClusterAccelerationStructurePropertiesNVBuilder<'a>
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