MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / handle

Method handle

crates/optix/src/acceleration.rs:97–99  ·  view source on GitHub ↗

Get the [`TraversableHandle`] that represents this accel.

(&self)

Source from the content-addressed store, hash-verified

95impl Traversable for Accel {
96 /// Get the [`TraversableHandle`] that represents this accel.
97 fn handle(&self) -> TraversableHandle {
98 self.hnd
99 }
100}
101
102impl Accel {

Callers 2

newMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected