pub enum GpuFrameCapability {
Positions,
Normals,
Attributes,
VoxelSegments,
RadiusGrid,
}Expand description
GPU frame capabilities available to downstream algorithms.
Variants§
Positions
Interleaved XYZ positions.
Normals
Per-point normals and curvature.
Attributes
Interleaved point attributes.
VoxelSegments
Voxel partition metadata.
RadiusGrid
Sparse uniform radius grid.
Trait Implementations§
Source§impl Clone for GpuFrameCapability
impl Clone for GpuFrameCapability
Source§fn clone(&self) -> GpuFrameCapability
fn clone(&self) -> GpuFrameCapability
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 moreSource§impl Debug for GpuFrameCapability
impl Debug for GpuFrameCapability
Source§impl PartialEq for GpuFrameCapability
impl PartialEq for GpuFrameCapability
Source§fn eq(&self, other: &GpuFrameCapability) -> bool
fn eq(&self, other: &GpuFrameCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GpuFrameCapability
impl Eq for GpuFrameCapability
impl StructuralPartialEq for GpuFrameCapability
Auto Trait Implementations§
impl Freeze for GpuFrameCapability
impl RefUnwindSafe for GpuFrameCapability
impl Send for GpuFrameCapability
impl Sync for GpuFrameCapability
impl Unpin for GpuFrameCapability
impl UnsafeUnpin for GpuFrameCapability
impl UnwindSafe for GpuFrameCapability
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more