bevy/crates
Gagnus 1db0214f24
Added feature switch to default Standard Material's new anisotropy texture to off (#14048)
# Objective

- Standard Material is starting to run out of samplers (currently uses
13 with no additional features off, I think in 0.13 it was 12).
- This change adds a new feature switch, modelled on the other ones
which add features to Standard Material, to turn off the new anisotropy
feature by default.

## Solution

- feature + texture define

## Testing

- Anisotropy example still works fine
- Other samples work fine
- Standard Material now takes 12 samplers by default on my Mac instead
of 13

## Migration Guide

- Add feature pbr_anisotropy_texture if you are using that texture in
any standard materials.

---------

Co-authored-by: John Payne <20407779+johngpayne@users.noreply.github.com>
2024-07-02 22:10:00 +02:00
..
bevy_a11y Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_animation Added get_main_animation for AnimationTransitions (#14104) 2024-07-02 22:10:00 +02:00
bevy_app Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_asset Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_audio Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_color Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_core Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_core_pipeline Fix compile failure in WASM without wgpu backend (#14081) 2024-07-02 07:18:20 +02:00
bevy_derive Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_dev_tools Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_diagnostic Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_dylib Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_dynamic_plugin Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_ecs add missing mention of sort_unstable_by_key in QuerySortedIter docs (#14108) 2024-07-02 22:10:00 +02:00
bevy_encase_derive Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_gilrs Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_gizmos Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_gltf Added feature switch to default Standard Material's new anisotropy texture to off (#14048) 2024-07-02 22:10:00 +02:00
bevy_hierarchy Fix push_children inserting a Children component even when no children are supplied (#14109) 2024-07-02 22:10:00 +02:00
bevy_input Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_internal Added feature switch to default Standard Material's new anisotropy texture to off (#14048) 2024-07-02 22:10:00 +02:00
bevy_log Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_macro_utils Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_math Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_mikktspace Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_pbr Added feature switch to default Standard Material's new anisotropy texture to off (#14048) 2024-07-02 22:10:00 +02:00
bevy_ptr Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_reflect Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_render Clarify the difference between default render layers and none render layers (#14075) 2024-07-02 07:18:21 +02:00
bevy_scene Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_sprite Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_state Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_tasks Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_text Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_time Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_transform Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_ui Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_utils Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_window Release Candidate 0.14.0-rc.4 2024-06-27 23:29:08 +02:00
bevy_winit only run one update per frame drawn (#14023) 2024-06-30 10:01:10 +02:00