| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.GlTF.TextureInfo
Synopsis
- data TextureInfo a = TextureInfo {}
- type TextureInfo_ = TextureInfo Basic
- data Basic = Basic
Documentation
data TextureInfo a Source #
Reference to a texture.
Constructors
| TextureInfo | |
Fields
| |
Instances
type TextureInfo_ = TextureInfo Basic Source #
TextureInfo without extra fields.