Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS :: GLenumOpenGLRaw Graphics.GL.ARB.ShaderImageLoadStore No documentation available.
pattern
GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS :: GLenumOpenGLRaw Graphics.GL.ARB.ShaderImageLoadStore No documentation available.
pattern
GL_MAX_VERTEX_IMAGE_UNIFORMS :: GLenumOpenGLRaw Graphics.GL.ARB.ShaderImageLoadStore No documentation available.
pattern
GL_TRANSFORM_FEEDBACK_BARRIER_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.ShaderImageLoadStore No documentation available.
pattern
GL_UNIFORM_BARRIER_BIT :: GLbitfieldOpenGLRaw Graphics.GL.ARB.ShaderImageLoadStore No documentation available.
pattern
GL_OBJECT_ACTIVE_UNIFORMS_ARB :: GLenumOpenGLRaw Graphics.GL.ARB.ShaderObjects No documentation available.
pattern
GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB :: GLenumOpenGLRaw Graphics.GL.ARB.ShaderObjects No documentation available.
-
OpenGLRaw Graphics.GL.ARB.ShaderObjects This command is an alias for glGetActiveUniform.
glGetUniformLocationARB :: MonadIO m => GLhandleARB -> Ptr GLcharARB -> m GLintOpenGLRaw Graphics.GL.ARB.ShaderObjects This command is an alias for glGetUniformLocation.
glGetUniformfvARB :: MonadIO m => GLhandleARB -> GLint -> Ptr GLfloat -> m ()OpenGLRaw Graphics.GL.ARB.ShaderObjects This command is an alias for glGetUniformfv.