Enum naga::back::RayIntersectionType
source · #[repr(u32)]pub enum RayIntersectionType {
Triangle = 1,
BoundingBox = 4,
}
Expand description
The intersection test to use for ray queries.
Variants§
Auto Trait Implementations§
impl Freeze for RayIntersectionType
impl RefUnwindSafe for RayIntersectionType
impl Send for RayIntersectionType
impl Sync for RayIntersectionType
impl Unpin for RayIntersectionType
impl UnwindSafe for RayIntersectionType
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