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

Fix pixel format conversion in bevy_gltf #897

Merged
merged 3 commits into from
Nov 22, 2020

Conversation

iwikal
Copy link
Contributor

@iwikal iwikal commented Nov 20, 2020

closes #896

It looks like GltfError::ImageRgb8ConversionError isn't used anywhere else
internally, should I remove it? It would be a breaking change.

@Moxinilian Moxinilian added A-Assets Load files from disk to use for things like images, models, and sounds C-Bug An unexpected or incorrect behavior labels Nov 20, 2020
@cart
Copy link
Member

cart commented Nov 21, 2020

Good call! Yeah lets remove the error if it isn't used anywhere else.

@cart cart merged commit 1e9a054 into bevyengine:master Nov 22, 2020
@ambeeeeee ambeeeeee mentioned this pull request Nov 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Assets Load files from disk to use for things like images, models, and sounds C-Bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bevy_gltf cannot convert between image pixel formats
3 participants