()
| 45 | |
| 46 | impl Default for BevyGpuComputePlugin { |
| 47 | fn default() -> Self { |
| 48 | BevyGpuComputePlugin { |
| 49 | with_default_schedule: true, |
| 50 | } |
| 51 | } |
| 52 | } |
| 53 | impl BevyGpuComputePlugin { |
| 54 | pub fn no_default_schedule() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected