bevy/crates/bevy_core_pipeline/src
James Liu 5619bd09d1
Replace bevy_log's tracing reexport with bevy_utils' (#12254)
# Objective
Fixes #11298. Make the use of bevy_log vs bevy_utils::tracing more
consistent.

## Solution
Replace all uses of bevy_log's logging macros with the reexport from
bevy_utils. Remove bevy_log as a dependency where it's no longer needed
anymore.

Ideally we should just be using tracing directly, but given that all of
these crates are already using bevy_utils, this likely isn't that great
of a loss right now.
2024-03-02 18:38:04 +00:00
..
blit resolve all internal ambiguities (#10411) 2024-01-09 19:08:15 +00:00
bloom Port bevy_core_pipeline to LinearRgba (#12116) 2024-02-26 12:25:11 +00:00
contrast_adaptive_sharpening Check cfg during CI and fix feature typos (#12103) 2024-02-25 15:19:27 +00:00
core_2d fix some typos (#12038) 2024-02-22 18:55:22 +00:00
core_3d Port bevy_core_pipeline to LinearRgba (#12116) 2024-02-26 12:25:11 +00:00
deferred sort alpha masked pipelines by pipeline & mesh instead of by distance (#12117) 2024-02-26 11:14:59 +00:00
fullscreen_vertex_shader Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
fxaa Register fxaa::Sensitivity and derive Debug (#12167) 2024-02-28 03:22:08 +00:00
prepass sort alpha masked pipelines by pipeline & mesh instead of by distance (#12117) 2024-02-26 11:14:59 +00:00
skybox Pad SkyUniforms to 16 bytes for WASM (#12078) 2024-02-24 07:46:00 +00:00
taa Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
tonemapping Replace bevy_log's tracing reexport with bevy_utils' (#12254) 2024-03-02 18:38:04 +00:00
upscaling Async pipeline compilation (#10812) 2024-02-05 13:50:50 +00:00
lib.rs Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
msaa_writeback.rs Port bevy_core_pipeline to LinearRgba (#12116) 2024-02-26 12:25:11 +00:00