Function ogre::parser::parse_texture[][src]

pub fn parse_texture(
    entry_type: EntryType
) -> impl Fn(&[u8]) -> IResult<&[u8], Texture>

Given an EntryType, returns a function that parses a Texture from a byte slice.