()
| 476 | |
| 477 | #[wasm_bindgen] |
| 478 | pub fn bloom_end_mode_2d() { |
| 479 | engine().renderer.end_mode_2d(); |
| 480 | } |
| 481 | |
| 482 | // ============================================================ |
| 483 | // Camera 3D and 3D Drawing |
nothing calls this directly
no test coverage detected