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

Method pipeline_launch_params_variable_name

crates/optix/src/pipeline.rs:343–348  ·  view source on GitHub ↗
(mut self, name: &str)

Source from the content-addressed store, hash-verified

341 }
342
343 pub fn pipeline_launch_params_variable_name(mut self, name: &str) -> Self {
344 self.pipeline_launch_params_variable_name = Some(
345 CString::new(name).expect("pipeline launch params variable name contains nul bytes"),
346 );
347 self
348 }
349}
350
351/// # Creating and destroying `Module`s

Callers 4

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

Calls 2

newFunction · 0.85
expectMethod · 0.45

Tested by

no test coverage detected