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.GPUShader5
Contents
Description
- glGetARBGPUShader5 :: MonadIO m => m Bool
- gl_ARB_gpu_shader5 :: Bool
- gl_FRAGMENT_INTERPOLATION_OFFSET_BITS :: GLenum
- gl_GEOMETRY_SHADER_INVOCATIONS :: GLenum
- gl_MAX_FRAGMENT_INTERPOLATION_OFFSET :: GLenum
- gl_MAX_GEOMETRY_SHADER_INVOCATIONS :: GLenum
- gl_MAX_VERTEX_STREAMS :: GLenum
- gl_MIN_FRAGMENT_INTERPOLATION_OFFSET :: GLenum
Extension Support
glGetARBGPUShader5 :: MonadIO m => m Bool Source
Is the ARB_gpu_shader5 extension supported?
gl_ARB_gpu_shader5 :: Bool Source
Is the ARB_gpu_shader5 extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBGPUShader5
in those cases instead.