| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Resource.Gltf.Model
Documentation
type Mesh = Vector MeshPrimitive Source #
Constructors
| Stuff | |
Fields
| |
Instances
| Monoid Stuff Source # | |
| Semigroup Stuff Source # | |
| Generic Stuff Source # | |
| Show Stuff Source # | |
| Eq Stuff Source # | |
| type Rep Stuff Source # | |
Defined in Resource.Gltf.Model type Rep Stuff = D1 ('MetaData "Stuff" "Resource.Gltf.Model" "keid-resource-gltf-0.1.0.2-inplace" 'False) (C1 ('MetaCons "Stuff" 'PrefixI 'True) (S1 ('MetaSel ('Just "sPositions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Vector Packed)) :*: (S1 ('MetaSel ('Just "sIndices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Vector Word32)) :*: S1 ('MetaSel ('Just "sAttrs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Vector VertexAttrs))))) | |
unzipStuff :: Foldable t => t Stuff -> ([Vector Packed], [Vector VertexAttrs], [Word32], [Vector Word32]) Source #
data VertexAttrs Source #
Constructors
| VertexAttrs | |