Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-export bevy_image::image::Volume #16251

Closed
chompaa opened this issue Nov 5, 2024 · 1 comment
Closed

Re-export bevy_image::image::Volume #16251

chompaa opened this issue Nov 5, 2024 · 1 comment
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

Comments

@chompaa
Copy link
Member

chompaa commented Nov 5, 2024

What problem does this solve or what need does it fill?

In Bevy 0.14.2, Volume was available via bevy::render::texture::Volume. In main, 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.

@chompaa chompaa added C-Feature A new feature, making something new possible S-Needs-Triage This issue needs to be labelled labels Nov 5, 2024
@chompaa chompaa closed this as completed Nov 5, 2024
@chompaa chompaa added D-Trivial Nice and easy! A great choice to get started with Bevy A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Ready-For-Implementation This issue is ready for an implementation PR. Go for it! and removed S-Needs-Triage This issue needs to be labelled labels Nov 5, 2024
@chompaa chompaa reopened this Nov 5, 2024
@chompaa chompaa changed the title Re-export `Volume Re-export bevy_image::image::Volume Nov 5, 2024
@alice-i-cecile alice-i-cecile added this to the 0.15 milestone Nov 5, 2024
@alice-i-cecile alice-i-cecile added P-Regression Functionality that used to work but no longer does. Add a test for this! and removed C-Feature A new feature, making something new possible labels Nov 5, 2024
@cart
Copy link
Member

cart commented Nov 11, 2024

Resolved by #16163

@cart cart closed this as completed Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants