Copyright | (c) Sven Panne 2017 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetARBParallelShaderCompile :: MonadIO m => m Bool
- gl_ARB_parallel_shader_compile :: Bool
- pattern GL_COMPLETION_STATUS_ARB :: GLenum
- pattern GL_MAX_SHADER_COMPILER_THREADS_ARB :: GLenum
- glMaxShaderCompilerThreadsARB :: MonadIO m => GLuint -> m ()
Extension Support
glGetARBParallelShaderCompile :: MonadIO m => m Bool Source #
Is the ARB_parallel_shader_compile extension supported?
gl_ARB_parallel_shader_compile :: Bool Source #
Is the ARB_parallel_shader_compile extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBParallelShaderCompile
in those cases instead.
Enums
pattern GL_COMPLETION_STATUS_ARB :: GLenum Source #
pattern GL_MAX_SHADER_COMPILER_THREADS_ARB :: GLenum Source #
Functions
glMaxShaderCompilerThreadsARB Source #
This command is an alias for glMaxShaderCompilerThreadsKHR
.