Portability | portable |
---|---|
Stability | stable |
Maintainer | sven.panne@aedion.de |
Safe Haskell | None |
Graphics.Rendering.OpenGL.GL.ControlPoint
Description
This is a purely internal module for handling control points.
Documentation
class ControlPoint c where
Methods
map1Target :: Domain d => c d -> GLenum
map2Target :: Domain d => c d -> GLenum
enableCap1 :: Domain d => c d -> EnableCap
enableCap2 :: Domain d => c d -> EnableCap
numComponents :: Domain d => c d -> Stride
peekControlPoint :: Domain d => Ptr (c d) -> IO (c d)
pokeControlPoint :: Domain d => Ptr (c d) -> c d -> IO ()