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

Method exception_flags

crates/optix/src/pipeline.rs:338–341  ·  view source on GitHub ↗
(mut self, ef: ExceptionFlags)

Source from the content-addressed store, hash-verified

336 }
337
338 pub fn exception_flags(mut self, ef: ExceptionFlags) -> Self {
339 self.exception_flags = ef;
340 self
341 }
342
343 pub fn pipeline_launch_params_variable_name(mut self, name: &str) -> Self {
344 self.pipeline_launch_params_variable_name = Some(

Callers 4

newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected