Portability | portable |
---|---|
Stability | stable |
Maintainer | [email protected] |
Safe Haskell | None |
Graphics.Rendering.OpenGL.GL.ControlPoint
Description
This is a purely internal module for handling control points.
Documentation
class ControlPoint c whereSource
Methods
map1Target :: Domain d => c d -> GLenumSource
map2Target :: Domain d => c d -> GLenumSource
enableCap1 :: Domain d => c d -> EnableCapSource
enableCap2 :: Domain d => c d -> EnableCapSource
numComponents :: Domain d => c d -> StrideSource
peekControlPoint :: Domain d => Ptr (c d) -> IO (c d)Source
pokeControlPoint :: Domain d => Ptr (c d) -> c d -> IO ()Source