| Portability | portable |
|---|---|
| Stability | stable |
| Maintainer | sven.panne@aedion.de |
Graphics.Rendering.OpenGL.GL.Feedback
Description
This module corresponds to section 5.3 (Feedback) of the OpenGL 2.1 specs.
Documentation
data FeedbackToken
Constructors
Instances
| Eq FeedbackToken | |
| Ord FeedbackToken | |
| Show FeedbackToken |
data VertexInfo
Constructors
Instances
| Eq VertexInfo | |
| Ord VertexInfo | |
| Show VertexInfo |
data FeedbackType
Constructors
| TwoD | |
| ThreeD | |
| ThreeDColor | |
| ThreeDColorTexture | |
| FourDColorTexture |
Instances
| Eq FeedbackType | |
| Ord FeedbackType | |
| Show FeedbackType |
getFeedbackTokens :: GLsizei -> FeedbackType -> IO a -> IO (a, Maybe [FeedbackToken])
newtype PassThroughValue
Constructors
| PassThroughValue GLfloat |
Instances
| Eq PassThroughValue | |
| Ord PassThroughValue | |
| Show PassThroughValue |
passThrough :: PassThroughValue -> IO ()