ktx-codec-0.1.0.0: Khronos texture format
Safe HaskellNone
LanguageHaskell2010

Codec.Ktx2

Synopsis

Documentation

data Ktx2 Source #

Shared wrapper for reading and writing files.

When uploading textures to GPU prefer reading only the needed chunks and using direct transfers.

Constructors

Ktx2 

Instances

Instances details
Generic Ktx2 Source # 
Instance details

Defined in Codec.Ktx2

Associated Types

type Rep Ktx2 
Instance details

Defined in Codec.Ktx2

Methods

from :: Ktx2 -> Rep Ktx2 x #

to :: Rep Ktx2 x -> Ktx2 #

Show Ktx2 Source # 
Instance details

Defined in Codec.Ktx2

Methods

showsPrec :: Int -> Ktx2 -> ShowS #

show :: Ktx2 -> String #

showList :: [Ktx2] -> ShowS #

Eq Ktx2 Source # 
Instance details

Defined in Codec.Ktx2

Methods

(==) :: Ktx2 -> Ktx2 -> Bool #

(/=) :: Ktx2 -> Ktx2 -> Bool #

type Rep Ktx2 Source # 
Instance details

Defined in Codec.Ktx2