![]() Currently `TextureFormat::Astc` can't be programmatically constructed without importing wgpu in addition to bevy. # Objective Allow programmatic construction of `TextureFormat::Astc` with no additional imports required. ## Solution Exported the two component enums `AstcBlock` and `AstcChannel` used in `TextureFormat::Astc` construction. ## Testing I did not test this, the change seemed pretty safe. :) |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |