Skip to content

I'm getting Texture format Rgba16Unorm can't be used due to missing features #14310

Answered by Hexorg
JSeam2 asked this question in Q&A
Discussion options

You must be logged in to vote

Currently bevy does not support texture resampling, but you should be able to use whatever you made glb in to change original texture depth. You can also query RenderDevice::features() to choose which depth glb to load. If you are using blender you'll probably have to edit the texture in an image editor (gimp) first and save it at 8bpp, then reimport it in blender, then export new glb.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JSeam2
Comment options

Answer selected by JSeam2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants