pub fn texture_format_from_code(code: u8) -> Option<TextureFormat>Expand description
Decode a 5-bit code back into a TextureFormat.
Inverse of texture_format_to_code.
pub fn texture_format_from_code(code: u8) -> Option<TextureFormat>Decode a 5-bit code back into a TextureFormat.
Inverse of texture_format_to_code.