mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* Add feature gated 16-bit normalized texture support Fixes #1934 * Query format properties only once * Prevent supports_format from erroneously reporting false if the format wasn't queried * Assert that 16bit norm formats also support on vulkan * Add storage to TextureFormatInfo for 16-bit norm formats now that we check for support