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

Method num_payload_values

crates/optix/src/pipeline.rs:328–331  ·  view source on GitHub ↗
(mut self, npv: i32)

Source from the content-addressed store, hash-verified

326 }
327
328 pub fn num_payload_values(mut self, npv: i32) -> Self {
329 self.num_payload_values = npv;
330 self
331 }
332
333 pub fn num_attribute_values(mut self, nav: i32) -> Self {
334 self.num_attribute_values = nav;

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected