MCPcopy Create free account
hub / github.com/Sheldonfrith/bevy_gpu_compute / output

Method output

bevy_gpu_compute/src/task/task_components/data.rs:25–27  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

23 &self.input
24 }
25 pub fn output(&self) -> &Option<TypeErasedArrayOutputData> {
26 &self.output
27 }
28 pub fn output_mut(&mut self) -> &mut Option<TypeErasedArrayOutputData> {
29 &mut self.output
30 }

Callers 1

latest_resultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected