opengles-0.8.3: Functional interface for OpenGL 4.1+ and OpenGL ES 2.0+

Safe HaskellNone
LanguageHaskell2010

Graphics.TextureContainer.PKM

Description

Reading Ericsson's ETC1/ETC2/EAC Texture Container Format

Synopsis

Documentation

pkmFromFile :: FilePath -> IO Pkm Source

Build Pkm from given path.

readPkm Source

Arguments

:: FilePath

The resource name to be shown in error message.

-> ByteString 
-> Pkm 

Build Pkm from arbitrary data source.