MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / with_reads

Method with_reads

native/shared/src/renderer/graph.rs:102–104  ·  view source on GitHub ↗
(mut self, reads: &[PassInput])

Source from the content-addressed store, hash-verified

100 }
101 }
102 pub fn with_reads(mut self, reads: &[PassInput]) -> Self {
103 self.reads = reads.to_vec(); self
104 }
105 pub fn with_writes(mut self, writes: &[PassOutput]) -> Self {
106 self.writes = writes.to_vec(); self
107 }

Calls

no outgoing calls