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

Method with_after

native/shared/src/renderer/graph.rs:108–110  ·  view source on GitHub ↗
(mut self, after: &[&'static str])

Source from the content-addressed store, hash-verified

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 }
111 pub fn with_before(mut self, before: &[&'static str]) -> Self {
112 self.before = before.to_vec(); self
113 }

Calls

no outgoing calls