|
Graphics.Rendering.OpenGL.GL.Feedback | Portability | portable | Stability | stable | Maintainer | sven.panne@aedion.de |
|
|
|
Description |
This module corresponds to section 5.3 (Feedback) of the OpenGL 2.1 specs.
|
|
|
Documentation |
|
data FeedbackToken |
Constructors | | Instances | |
|
|
data VertexInfo |
Constructors | | Instances | |
|
|
type ColorInfo = Either (Index1 GLint) (Color4 GLfloat) |
|
data FeedbackType |
Constructors | TwoD | | ThreeD | | ThreeDColor | | ThreeDColorTexture | | FourDColorTexture | |
| Instances | |
|
|
getFeedbackTokens :: GLsizei -> FeedbackType -> IO a -> IO (a, Maybe [FeedbackToken]) |
|
newtype PassThroughValue |
Constructors | | Instances | |
|
|
passThrough :: PassThroughValue -> IO () |
|
Produced by Haddock version 0.8 |