Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
glUniform4fvARB :: MonadIO m => GLint -> GLsizei -> Ptr GLfloat -> m ()OpenGLRaw Graphics.GL.ARB.ShaderObjects This command is an alias for glUniform4fv.
glUniform4iARB :: MonadIO m => GLint -> GLint -> GLint -> GLint -> GLint -> m ()OpenGLRaw Graphics.GL.ARB.ShaderObjects This command is an alias for glUniform4i.
glUniform4ivARB :: MonadIO m => GLint -> GLsizei -> Ptr GLint -> m ()OpenGLRaw Graphics.GL.ARB.ShaderObjects This command is an alias for glUniform4iv.
glUniformMatrix2fvARB :: MonadIO m => GLint -> GLsizei -> GLboolean -> Ptr GLfloat -> m ()OpenGLRaw Graphics.GL.ARB.ShaderObjects This command is an alias for glUniformMatrix2fv.
glUniformMatrix3fvARB :: MonadIO m => GLint -> GLsizei -> GLboolean -> Ptr GLfloat -> m ()OpenGLRaw Graphics.GL.ARB.ShaderObjects This command is an alias for glUniformMatrix3fv.
glUniformMatrix4fvARB :: MonadIO m => GLint -> GLsizei -> GLboolean -> Ptr GLfloat -> m ()OpenGLRaw Graphics.GL.ARB.ShaderObjects This command is an alias for glUniformMatrix4fv.
pattern
GL_ACTIVE_SUBROUTINE_UNIFORMS :: GLenumOpenGLRaw Graphics.GL.ARB.ShaderSubroutine No documentation available.
pattern
GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS :: GLenumOpenGLRaw Graphics.GL.ARB.ShaderSubroutine No documentation available.
pattern
GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH :: GLenumOpenGLRaw Graphics.GL.ARB.ShaderSubroutine No documentation available.
pattern
GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS :: GLenumOpenGLRaw Graphics.GL.ARB.ShaderSubroutine No documentation available.