Portability | portable |
---|---|
Stability | stable |
Maintainer | sven.panne@aedion.de |
Safe Haskell | None |
Graphics.Rendering.OpenGL.GL.DataType
Description
This is a purely internal module for (un-)marshaling DataType.
Documentation
data DataType
Constructors
marshalDataType :: DataType -> GLenum
unmarshalDataType :: GLenum -> DataType
data DataTypeType
Constructors
TNone | |
TSignedNormalized | |
TUnsignedNormalized | |
TFloat | |
TInt | |
TUnsignedInt |