pub struct NerfHandle {
pub sm: SmVersion,
pub device: u32,
pub rng: LcgRng,
}Expand description
Lightweight session descriptor for NeRF / neural rendering operations.
Fields§
§sm: SmVersionSM version for PTX generation.
device: u32CUDA device ordinal.
rng: LcgRngDeterministic RNG for CPU-side operations.
Implementations§
Source§impl NerfHandle
impl NerfHandle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NerfHandle
impl RefUnwindSafe for NerfHandle
impl Send for NerfHandle
impl Sync for NerfHandle
impl Unpin for NerfHandle
impl UnsafeUnpin for NerfHandle
impl UnwindSafe for NerfHandle
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