bevy/crates/bevy_core_pipeline/src
Brian Reavis 9d25689f82
Remove Image::from_buffer name argument (only present in debug "dds" builds) (#18538)
# Objective

- Fixes https://github.com/bevyengine/bevy/issues/17891
- Cherry-picked from https://github.com/bevyengine/bevy/pull/18411

## Solution

The `name` argument could either be made permanent (by removing the
`#[cfg(...)]` condition) or eliminated entirely. I opted to remove it,
as debugging a specific DDS texture edge case in GLTF files doesn't seem
necessary, and there isn't any other foreseeable need to have it.

## Migration Guide

- `Image::from_buffer()` no longer has a `name` argument that's only
present in debug builds when the `"dds"` feature is enabled. If you
happen to pass a name, remove it.
2025-03-25 19:25:01 +00:00
..
auto_exposure bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
blit Weak handle migration (#17695) 2025-02-05 22:44:20 +00:00
bloom Record bloom render commands in parallel (#18330) 2025-03-25 04:06:42 +00:00
core_2d Extract sprites into a Vec (#17619) 2025-03-18 00:48:33 +00:00
core_3d Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00
deferred Implement occlusion culling for the deferred rendering pipeline. (#17934) 2025-02-20 12:54:27 +00:00
dof bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
experimental Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00
fullscreen_vertex_shader Weak handle migration (#17695) 2025-02-05 22:44:20 +00:00
motion_blur bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
oit bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
post_process bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
prepass bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
skybox bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
tonemapping Remove Image::from_buffer name argument (only present in debug "dds" builds) (#18538) 2025-03-25 19:25:01 +00:00
upscaling Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
lib.rs Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00
msaa_writeback.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00