gltf-rs / gltf

A crate for loading glTF 2.0
Apache License 2.0
534 stars 124 forks source link

Add support for `EXT_texture_webp` #365

Closed abdo643-HULK closed 4 months ago

abdo643-HULK commented 1 year ago

See https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/EXT_texture_webp.

Not sure if I should check for the required_extensions inside Texture (I put it there for now) or if I should move it to the extensions validate method. Or If I should skip the check altogether and always check for a default.