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.ARB.PipelineStatisticsQuery
Contents
Description
- glGetARBPipelineStatisticsQuery :: MonadIO m => m Bool
- gl_ARB_pipeline_statistics_query :: Bool
- gl_CLIPPING_INPUT_PRIMITIVES_ARB :: GLenum
- gl_CLIPPING_OUTPUT_PRIMITIVES_ARB :: GLenum
- gl_COMPUTE_SHADER_INVOCATIONS_ARB :: GLenum
- gl_FRAGMENT_SHADER_INVOCATIONS_ARB :: GLenum
- gl_GEOMETRY_SHADER_INVOCATIONS :: GLenum
- gl_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB :: GLenum
- gl_PRIMITIVES_SUBMITTED_ARB :: GLenum
- gl_TESS_CONTROL_SHADER_PATCHES_ARB :: GLenum
- gl_TESS_EVALUATION_SHADER_INVOCATIONS_ARB :: GLenum
- gl_VERTEX_SHADER_INVOCATIONS_ARB :: GLenum
- gl_VERTICES_SUBMITTED_ARB :: GLenum
Extension Support
glGetARBPipelineStatisticsQuery :: MonadIO m => m Bool Source
Is the ARB_pipeline_statistics_query extension supported?
gl_ARB_pipeline_statistics_query :: Bool Source
Is the ARB_pipeline_statistics_query extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBPipelineStatisticsQuery
in those cases instead.