Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetARBSampleLocations :: MonadIO m => m Bool
- gl_ARB_sample_locations :: Bool
- pattern GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB :: GLenum
- pattern GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB :: GLenum
- pattern GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB :: GLenum
- pattern GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB :: GLenum
- pattern GL_SAMPLE_LOCATION_ARB :: GLenum
- pattern GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB :: GLenum
- pattern GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB :: GLenum
- pattern GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB :: GLenum
- glEvaluateDepthValuesARB :: MonadIO m => m ()
- glFramebufferSampleLocationsfvARB :: MonadIO m => GLenum -> GLuint -> GLsizei -> Ptr GLfloat -> m ()
- glNamedFramebufferSampleLocationsfvARB :: MonadIO m => GLuint -> GLuint -> GLsizei -> Ptr GLfloat -> m ()
Extension Support
glGetARBSampleLocations :: MonadIO m => m Bool Source #
Is the ARB_sample_locations extension supported?
gl_ARB_sample_locations :: Bool Source #
Is the ARB_sample_locations extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBSampleLocations
in those cases instead.
Enums
pattern GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB :: GLenum Source #
pattern GL_SAMPLE_LOCATION_ARB :: GLenum Source #
pattern GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB :: GLenum Source #
pattern GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB :: GLenum Source #
pattern GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB :: GLenum Source #
Functions
glEvaluateDepthValuesARB :: MonadIO m => m () Source #