Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_consts
Method · 0.80
update_compute_pipeline
Function · 0.80
update_input_buffers
Function · 0.80
update_config_input_buffers
Function · 0.80
latest_results
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected