Function twmap::constants::external_opaque_table

source ·
pub fn external_opaque_table(
    name: &str,
    version: Version
) -> Option<[[bool; 16]; 16]>
Expand description

Returns the opaque table for external images. None, if the given name is not a valid external image name, or if the image not square. The latter restriction is taken from the client source, don’t ask me.