Skip to main content

RayPacket

Trait RayPacket 

Source
pub trait RayPacket: Sized {
    const LEN: usize;
}
Expand description

Represents a packet of rays.

Used as a trait bound for functions that operate on ray packets. See occluded_stream_aos and intersect_stream_aos.

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§