Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sheldonfrith/bevy_gpu_compute
/ input
Method
input
bevy_gpu_compute/src/task/task_components/data.rs:22–24 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
20
&self.config_input
21
}
22
pub fn input(&self) -> &Option<TypeErasedArrayInputData> {
23
&self.input
24
}
25
pub fn output(&self) -> &Option<TypeErasedArrayOutputData> {
26
&self.output
27
}
Callers
1
update_input_buffers
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected