| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Codec.Ktx2.DFD
Documentation
Instances
| Generic DFD Source # | |
| Show DFD Source # | |
| Binary DFD Source # | |
| Eq DFD Source # | |
| type Rep DFD Source # | |
Defined in Codec.Ktx2.DFD type Rep DFD = D1 ('MetaData "DFD" "Codec.Ktx2.DFD" "ktx-codec-0.0.2.1-AFX5voQ2mUt7MGimSGTUau" 'False) (C1 ('MetaCons "DFD" 'PrefixI 'True) (S1 ('MetaSel ('Just "dfdTotalSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word32) :*: S1 ('MetaSel ('Just "dfdBlocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Vector Block)))) | |
Constructors
| Block | |
Fields
| |
Instances
| Generic Block Source # | |
| Show Block Source # | |
| Binary Block Source # | |
| Eq Block Source # | |
| type Rep Block Source # | |
Defined in Codec.Ktx2.DFD type Rep Block = D1 ('MetaData "Block" "Codec.Ktx2.DFD" "ktx-codec-0.0.2.1-AFX5voQ2mUt7MGimSGTUau" 'False) (C1 ('MetaCons "Block" 'PrefixI 'True) ((S1 ('MetaSel ('Just "descriptorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word32) :*: S1 ('MetaSel ('Just "vendorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word32)) :*: (S1 ('MetaSel ('Just "descriptorBlockSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word32) :*: (S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word32) :*: S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ByteString))))) | |