Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.EXT.SecondaryColor
Description
The EXT_secondary_color extension.
- gl_COLOR_SUM_EXT :: GLenum
- gl_CURRENT_SECONDARY_COLOR_EXT :: GLenum
- gl_SECONDARY_COLOR_ARRAY_EXT :: GLenum
- gl_SECONDARY_COLOR_ARRAY_POINTER_EXT :: GLenum
- gl_SECONDARY_COLOR_ARRAY_SIZE_EXT :: GLenum
- gl_SECONDARY_COLOR_ARRAY_STRIDE_EXT :: GLenum
- gl_SECONDARY_COLOR_ARRAY_TYPE_EXT :: GLenum
- glSecondaryColor3bEXT :: GLbyte -> GLbyte -> GLbyte -> IO ()
- glSecondaryColor3bvEXT :: Ptr GLbyte -> IO ()
- glSecondaryColor3dEXT :: GLdouble -> GLdouble -> GLdouble -> IO ()
- glSecondaryColor3dvEXT :: Ptr GLdouble -> IO ()
- glSecondaryColor3fEXT :: GLfloat -> GLfloat -> GLfloat -> IO ()
- glSecondaryColor3fvEXT :: Ptr GLfloat -> IO ()
- glSecondaryColor3iEXT :: GLint -> GLint -> GLint -> IO ()
- glSecondaryColor3ivEXT :: Ptr GLint -> IO ()
- glSecondaryColor3sEXT :: GLshort -> GLshort -> GLshort -> IO ()
- glSecondaryColor3svEXT :: Ptr GLshort -> IO ()
- glSecondaryColor3ubEXT :: GLubyte -> GLubyte -> GLubyte -> IO ()
- glSecondaryColor3ubvEXT :: Ptr GLubyte -> IO ()
- glSecondaryColor3uiEXT :: GLuint -> GLuint -> GLuint -> IO ()
- glSecondaryColor3uivEXT :: Ptr GLuint -> IO ()
- glSecondaryColor3usEXT :: GLushort -> GLushort -> GLushort -> IO ()
- glSecondaryColor3usvEXT :: Ptr GLushort -> IO ()
- glSecondaryColorPointerEXT :: GLint -> GLenum -> GLsizei -> Ptr a -> IO ()