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

Method default

bevy_gpu_compute/src/plugin.rs:47–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46impl Default for BevyGpuComputePlugin {
47 fn default() -> Self {
48 BevyGpuComputePlugin {
49 with_default_schedule: true,
50 }
51 }
52}
53impl BevyGpuComputePlugin {
54 pub fn no_default_schedule() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected