Copyright | (c) Sven Panne 2013 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.EXT.SecondaryColor
Description
All raw functions and tokens from the EXT_secondary_color extension, see http://www.opengl.org/registry/specs/EXT/secondary_color.txt.
- glSecondaryColor3b :: GLbyte -> GLbyte -> GLbyte -> IO ()
- glSecondaryColor3s :: GLshort -> GLshort -> GLshort -> IO ()
- glSecondaryColor3i :: GLint -> GLint -> GLint -> IO ()
- glSecondaryColor3f :: GLfloat -> GLfloat -> GLfloat -> IO ()
- glSecondaryColor3d :: GLdouble -> GLdouble -> GLdouble -> IO ()
- glSecondaryColor3ub :: GLubyte -> GLubyte -> GLubyte -> IO ()
- glSecondaryColor3us :: GLushort -> GLushort -> GLushort -> IO ()
- glSecondaryColor3ui :: GLuint -> GLuint -> GLuint -> IO ()
- glSecondaryColor3bv :: Ptr GLbyte -> IO ()
- glSecondaryColor3sv :: Ptr GLshort -> IO ()
- glSecondaryColor3iv :: Ptr GLint -> IO ()
- glSecondaryColor3fv :: Ptr GLfloat -> IO ()
- glSecondaryColor3dv :: Ptr GLdouble -> IO ()
- glSecondaryColor3ubv :: Ptr GLubyte -> IO ()
- glSecondaryColor3usv :: Ptr GLushort -> IO ()
- glSecondaryColor3uiv :: Ptr GLuint -> IO ()
- glSecondaryColorPointer :: GLint -> GLenum -> GLsizei -> Ptr a -> IO ()
- gl_COLOR_SUM :: GLenum
- gl_CURRENT_SECONDARY_COLOR :: GLenum
- gl_SECONDARY_COLOR_ARRAY_SIZE :: GLenum
- gl_SECONDARY_COLOR_ARRAY_TYPE :: GLenum
- gl_SECONDARY_COLOR_ARRAY_STRIDE :: GLenum
- gl_SECONDARY_COLOR_ARRAY_POINTER :: GLenum
- gl_SECONDARY_COLOR_ARRAY :: GLenum
Functions
Arguments
:: GLbyte |
|
-> GLbyte |
|
-> GLbyte |
|
-> IO () |
Manual page for OpenGL 2.x
Arguments
:: GLshort |
|
-> GLshort |
|
-> GLshort |
|
-> IO () |
Manual page for OpenGL 2.x
Arguments
:: GLint |
|
-> GLint |
|
-> GLint |
|
-> IO () |
Manual page for OpenGL 2.x
Arguments
:: GLfloat |
|
-> GLfloat |
|
-> GLfloat |
|
-> IO () |
Manual page for OpenGL 2.x
Arguments
:: GLdouble |
|
-> GLdouble |
|
-> GLdouble |
|
-> IO () |
Manual page for OpenGL 2.x
Arguments
:: GLubyte |
|
-> GLubyte |
|
-> GLubyte |
|
-> IO () |
Manual page for OpenGL 2.x
Arguments
:: GLushort |
|
-> GLushort |
|
-> GLushort |
|
-> IO () |
Manual page for OpenGL 2.x
Arguments
:: GLuint |
|
-> GLuint |
|
-> GLuint |
|
-> IO () |
Manual page for OpenGL 2.x
Manual page for OpenGL 2.x
Manual page for OpenGL 2.x
Manual page for OpenGL 2.x
Manual page for OpenGL 2.x
Manual page for OpenGL 2.x
Manual page for OpenGL 2.x
Manual page for OpenGL 2.x
Manual page for OpenGL 2.x
glSecondaryColorPointer Source
Arguments
:: GLint |
|
-> GLenum |
|
-> GLsizei |
|
-> Ptr a |
|
-> IO () |
Manual page for OpenGL 2.x