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

Method current_data

bevy_gpu_compute/src/task/lib.rs:62–64  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

60 &mut self.buffers
61 }
62 pub fn current_data(&self) -> &TaskData {
63 &self.current_data
64 }
65 pub fn current_data_mut(&mut self) -> &mut TaskData {
66 &mut self.current_data
67 }

Callers 5

get_pipeline_constsMethod · 0.80
update_compute_pipelineFunction · 0.80
update_input_buffersFunction · 0.80
latest_resultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected