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

Method new

bevy_gpu_compute/src/task/task_components/data.rs:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15impl TaskData {
16 pub fn new() -> Self {
17 TaskData::default()
18 }
19 pub fn config_input(&self) -> &Option<TypeErasedConfigInputData> {
20 &self.config_input
21 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected