Copyright | (c) Sven Panne 2013 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
All raw functions and tokens from the NV_explicit_multisample extension, see http://www.opengl.org/registry/specs/NV/explicit_multisample.txt.
- glGetBooleanIndexedv :: GLenum -> GLuint -> Ptr GLboolean -> IO ()
- glGetIntegerIndexedv :: GLenum -> GLuint -> Ptr GLint -> IO ()
- glGetMultisamplefv :: GLenum -> GLuint -> Ptr GLfloat -> IO ()
- glSampleMaskIndexed :: GLuint -> GLbitfield -> IO ()
- glTexRenderbuffer :: GLenum -> GLuint -> IO ()
- gl_SAMPLE_POSITION :: GLenum
- gl_SAMPLE_MASK :: GLenum
- gl_SAMPLE_MASK_VALUE :: GLenum
- gl_TEXTURE_BINDING_RENDERBUFFER :: GLenum
- gl_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING :: GLenum
- gl_MAX_SAMPLE_MASK_WORDS :: GLenum
- gl_TEXTURE_RENDERBUFFER :: GLenum
- gl_SAMPLER_RENDERBUFFER :: GLenum
- gl_INT_SAMPLER_RENDERBUFFER :: GLenum
- gl_UNSIGNED_INT_SAMPLER_RENDERBUFFER :: GLenum
Functions
glSampleMaskIndexed :: GLuint -> GLbitfield -> IO () Source
glTexRenderbuffer :: GLenum -> GLuint -> IO () Source