bevy/crates
Patrick Walton 0e36abc180
Disable bindless on a per-material basis if the specific material uses more samplers than are available on the device. (#17155)
Some hardware and driver combos, such as Intel Iris Xe, have low limits
on the numbers of samplers per shader, causing an overflow. With
first-class bindless arrays, `wgpu` should be able to work around this
limitation eventually, but for now we need to disable bindless materials
on those platforms.

This is an alternative to PR #17107 that calculates the precise number
of samplers needed and compares to the hardware sampler limit,
transparently falling back to non-bindless if the limit is exceeded.

Fixes #16988.
2025-01-05 20:36:39 +00:00
..
bevy_a11y bevy_a11y: Apply #[deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17093) 2025-01-02 18:45:19 +00:00
bevy_animation Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
bevy_app Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
bevy_asset Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
bevy_audio Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
bevy_color Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
bevy_core_pipeline Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
bevy_derive Add benchmarks and compile_fail tests back to workspace (#16858) 2024-12-21 22:30:29 +00:00
bevy_dev_tools bevy_dev_tools: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17159) 2025-01-05 20:32:15 +00:00
bevy_diagnostic Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
bevy_dylib
bevy_ecs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
bevy_encase_derive
bevy_gilrs Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
bevy_gizmos unmut extracted view queries (#17142) 2025-01-05 20:34:11 +00:00
bevy_gltf Prefer Display over Debug (#16112) 2024-12-27 00:40:06 +00:00
bevy_hierarchy Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
bevy_image
bevy_input Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
bevy_input_focus Return Result from tab navigation API (#17071) 2025-01-01 04:05:48 +00:00
bevy_internal Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
bevy_log Basic filtering examples for users of the bevy_log. (#16455) 2024-12-29 22:56:40 +00:00
bevy_macro_utils
bevy_math Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
bevy_mesh
bevy_mikktspace Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
bevy_pbr Disable bindless on a per-material basis if the specific material uses more samplers than are available on the device. (#17155) 2025-01-05 20:36:39 +00:00
bevy_picking Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
bevy_ptr
bevy_reflect Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
bevy_remote show these 'fully qualified paths' for bevy_remote's rpc (#16944) 2024-12-31 00:29:27 +00:00
bevy_render Disable bindless on a per-material basis if the specific material uses more samplers than are available on the device. (#17155) 2025-01-05 20:36:39 +00:00
bevy_scene Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
bevy_sprite unmut extracted view queries (#17142) 2025-01-05 20:34:11 +00:00
bevy_state Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
bevy_tasks Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
bevy_text Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
bevy_time Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
bevy_transform Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
bevy_ui unmut extracted view queries (#17142) 2025-01-05 20:34:11 +00:00
bevy_utils Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
bevy_window Derived Default for all public unit components. (#17139) 2025-01-05 02:45:09 +00:00
bevy_winit Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00