bevy/crates/bevy_core_pipeline/src
Carter Anderson e9a0ef49f9
Rename bevy_platform_support to bevy_platform (#18813)
# Objective

The goal of `bevy_platform_support` is to provide a set of platform
agnostic APIs, alongside platform-specific functionality. This is a high
traffic crate (providing things like HashMap and Instant). Especially in
light of https://github.com/bevyengine/bevy/discussions/18799, it
deserves a friendlier / shorter name.

Given that it hasn't had a full release yet, getting this change in
before Bevy 0.16 makes sense.

## Solution

- Rename `bevy_platform_support` to `bevy_platform`.
2025-04-11 23:13:28 +00:00
..
auto_exposure Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +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 Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
core_3d Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +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 Allowlist mali drivers for gpu preprocessing support. (#18769) 2025-04-11 00:03:54 +00:00
fullscreen_vertex_shader Weak handle migration (#17695) 2025-02-05 22:44:20 +00:00
motion_blur Remove WebGL padding from MotionBlur (#18727) 2025-04-06 20:00:59 +00:00
oit Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +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 Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
lib.rs Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00
msaa_writeback.rs