| Portability | portable |
|---|---|
| Stability | stable |
| Maintainer | Sven Panne <svenpanne@gmail.com> |
| Safe Haskell | None |
Graphics.Rendering.OpenGL.GL.Feedback
Description
This module corresponds to section 5.3 (Feedback) of the OpenGL 2.1 specs.
Documentation
data FeedbackToken Source
Constructors
Instances
data VertexInfo Source
Constructors
Instances
data FeedbackType Source
Constructors
| TwoD | |
| ThreeD | |
| ThreeDColor | |
| ThreeDColorTexture | |
| FourDColorTexture |
Instances
getFeedbackTokens :: GLsizei -> FeedbackType -> IO a -> IO (a, Maybe [FeedbackToken])Source
newtype PassThroughValue Source
Constructors
| PassThroughValue GLfloat |
passThrough :: PassThroughValue -> IO ()Source