#[repr(C)]pub struct VkPhysicalDeviceClusterAccelerationStructurePropertiesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub maxVerticesPerCluster: u32,
pub maxTrianglesPerCluster: u32,
pub clusterScratchByteAlignment: u32,
pub clusterByteAlignment: u32,
pub clusterTemplateByteAlignment: u32,
pub clusterBottomLevelByteAlignment: u32,
pub clusterTemplateBoundsByteAlignment: u32,
pub maxClusterGeometryIndex: u32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§maxVerticesPerCluster: u32
§maxTrianglesPerCluster: u32
§clusterScratchByteAlignment: u32
§clusterByteAlignment: u32
§clusterTemplateByteAlignment: u32
§clusterBottomLevelByteAlignment: u32
§clusterTemplateBoundsByteAlignment: u32
§maxClusterGeometryIndex: u32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
impl Clone for VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
Source§fn clone(&self) -> VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
fn clone(&self) -> VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
impl RefUnwindSafe for VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
impl !Send for VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
impl !Sync for VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
impl Unpin for VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
impl UnwindSafe for VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
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