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

Method with_writes

native/shared/src/renderer/graph.rs:105–107  ·  view source on GitHub ↗
(mut self, writes: &[PassOutput])

Source from the content-addressed store, hash-verified

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 }
108 pub fn with_after(mut self, after: &[&'static str]) -> Self {
109 self.after = after.to_vec(); self
110 }

Calls

no outgoing calls