opengles-0.7.0: OpenGL ES 2.0 and 3.0 with EGL 1.4

Safe HaskellNone
LanguageHaskell2010

Graphics.TextureContainer.KTX

Description

Documentation

data Ktx Source

Constructors

Ktx 

Fields

ktxName :: FilePath

for debugging

ktxContent :: ByteString

holding the original ForeignPtr.

ktxGlType :: Word32
 
ktxGlTypeSize :: Word32
 
ktxGlFormat :: Word32
 
ktxGlInternalFormat :: Word32
 
ktxGlBaseInternalFormat :: Word32
 
ktxPixelWidth :: Word32
 
ktxPixelHeight :: Word32
 
ktxPixelDepth :: Word32
 
ktxNumElems :: Word32
 
ktxNumFaces :: Word32
 
ktxNumMipLevels :: Word32
 
ktxMap :: [(ByteString, ByteString)]

(utf8, any) Note that if a value is utf8, it is NULL terminated.

ktxImage :: [[ByteString]]
 

Instances