|
| Graphics.Rendering.OpenGL.GL.BasicTypes | | Portability | portable | | Stability | stable | | Maintainer | sven.panne@aedion.de |
|
|
|
| Description |
| This module corresponds to section 2.3 (GL Command Sytax) of the OpenGL 2.1
specs.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Boolean (min. 1 bit)
|
|
|
| Signed 2's complement binary integer (min. 8 bits)
|
|
|
| Unsigned binary integer (min. 8 bits)
|
|
|
| Characters making up strings
|
|
|
| Signed 2's complement binary integer (min. 16 bits)
|
|
|
| Unsigned binary integer (min. 16 bits)
|
|
|
| Signed 2's complement binary integer (min. 32 bits)
|
|
|
| Unsigned binary integer (min. 32 bits)
|
|
|
| Non-negatitve binary integer size (min. 32 bits)
|
|
|
| Enumerated binary integer value (min. 32 bits)
|
|
|
| Signed 2's complement binary integer (sufficiently large enough to hold
any address)
|
|
|
| Non-negatitve binary integer size (sufficiently large enough to hold any
address)
|
|
|
| Bit field (min. 32 bits)
|
|
|
| Floating-point value (min. 32 bits)
|
|
|
| Floating-point value clamped to [0,1] (min. 32 bits)
|
|
|
| Floating-point value (min. 64 bits)
|
|
|
| Floating-point value clamped to [0,1] (min. 64 bits)
|
|
|
| Constructors | | Instances | |
|
|
| Produced by Haddock version 0.8 |