Re-export bevy_image::image::Volume
#16251
Labels
A-Rendering
Drawing game state to the screen
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
Milestone
What problem does this solve or what need does it fill?
In Bevy
0.14.2
,Volume
was available viabevy::render::texture::Volume
. Inmain
, it is no longer available. This appears to be a regression since e.g.bevy_image::image::TextureFormatPixelInfo
is exported.What solution would you like?
Re-export
bevy_image::image::Volume
.The text was updated successfully, but these errors were encountered: