bevy/crates/bevy_render/src
Robert Swain 33ef5b5039 bevy_render: Only auto-disable mappable primary buffers for discrete GPUs (#3803)
# Objective

- While it is not safe to enable mappable primary buffers for all GPUs, it should be preferred for integrated GPUs where an integrated GPU is one that is sharing system memory.

## Solution

- Auto-disable mappable primary buffers only for discrete GPUs. If the GPU is integrated and mappable primary buffers are supported, use them.
2022-01-31 01:22:17 +00:00
..
camera Add headless mode (#3439) 2022-01-08 10:39:43 +00:00
color Fix doc_markdown lints in bevy_render (#3479) 2022-01-09 11:09:46 +00:00
mesh Fix doc_markdown lints in bevy_render (#3479) 2022-01-09 11:09:46 +00:00
primitives bevy_gltf: Add support for loading lights (#3506) 2022-01-03 07:59:25 +00:00
render_graph Fixed doc comment with render Node input/output methods (#3642) 2022-01-17 20:44:22 +00:00
render_phase Fix doc_markdown lints in bevy_render (#3479) 2022-01-09 11:09:46 +00:00
render_resource Naga export (#3714) 2022-01-31 00:32:47 +00:00
renderer bevy_render: Only auto-disable mappable primary buffers for discrete GPUs (#3803) 2022-01-31 01:22:17 +00:00
texture rename Texture to Image in doc of from_buffer function (#3713) 2022-01-18 01:28:09 +00:00
view bevy_render: Provide a way to opt-out of the built-in frustum culling (#3711) 2022-01-17 22:55:44 +00:00
lib.rs Add headless mode (#3439) 2022-01-08 10:39:43 +00:00
options.rs Enable the doc_markdown clippy lint (#3457) 2022-01-09 23:20:13 +00:00
render_asset.rs Fix doc_markdown lints in bevy_render (#3479) 2022-01-09 11:09:46 +00:00
render_component.rs Add headless mode (#3439) 2022-01-08 10:39:43 +00:00