bevy/crates/bevy_core_pipeline/src
Hennadii Chernyshchyk 458cb7a9e9 Add headless mode (#3439)
# Objective

In this PR I added the ability to opt-out graphical backends. Closes #3155.

## Solution

I turned backends into `Option` ~~and removed panicking sub app API to force users handle the error (was suggested by `@cart`)~~.
2022-01-08 10:39:43 +00:00
..
clear_pass_driver.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
clear_pass.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
lib.rs Add headless mode (#3439) 2022-01-08 10:39:43 +00:00
main_pass_2d.rs Add 2d meshes and materials (#3460) 2022-01-08 01:29:08 +00:00
main_pass_3d.rs Fix crash with disabled winit (#3330) 2021-12-15 00:15:47 +00:00
main_pass_driver.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00