Portability | portable |
---|---|
Stability | stable |
Maintainer | Sven Panne <[email protected]> |
Safe Haskell | None |
Graphics.Rendering.OpenGL.Raw.EXT.DrawBuffers2
Contents
Description
All raw functions from the EXT_draw_buffers2 extension, see http://www.opengl.org/registry/specs/EXT/draw_buffers2.txt.
- glColorMaskIndexed :: GLuint -> GLboolean -> GLboolean -> GLboolean -> GLboolean -> IO ()
- glGetBooleanIndexedv :: GLenum -> GLuint -> Ptr GLboolean -> IO ()
- glGetIntegerIndexedv :: GLenum -> GLuint -> Ptr GLint -> IO ()
- glEnableIndexed :: GLenum -> GLuint -> IO ()
- glDisableIndexed :: GLenum -> GLuint -> IO ()
- glIsEnabledIndexed :: GLenum -> GLuint -> IO GLboolean
Functions
glEnableIndexed :: GLenum -> GLuint -> IO ()Source
glDisableIndexed :: GLenum -> GLuint -> IO ()Source