Skip to main content

texture_format_from_code

Function texture_format_from_code 

Source
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.