bevy/crates/bevy_pbr
Brian Reavis 846a871cb2
Export tonemapping_pipeline_key (2d), alpha_mode_pipeline_key (#11166)
This expands upon https://github.com/bevyengine/bevy/pull/11134.

I found myself needing `tonemapping_pipeline_key` for some custom 2d
draw functions. #11134 exported the 3d version of
`tonemapping_pipeline_key` and this PR exports the 2d version. I also
made `alpha_mode_pipeline_key` public for good measure.
2024-01-01 23:57:12 +00:00
..
src Export tonemapping_pipeline_key (2d), alpha_mode_pipeline_key (#11166) 2024-01-01 23:57:12 +00:00
Cargo.toml Re-export smallvec crate from bevy_utils (#11006) 2023-12-24 15:35:09 +00:00