Expand description

Implementation utilities.

Functions

Turns an Option<Texture> into Option<types::TextureHandle>

Maps a dds file d3dformat into the rend3’s TextureFormat

Maps a ktx2 format into the rend3’s TextureFormat

Turns a Option<Future<Output = Result<Labeled<T>, E>>>> into a Future<Output = Result<Option<T>, E>>