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.
pattern
GL_UNIFORM_TYPE :: GLenumOpenGLRaw Graphics.GL.ARB.UniformBufferObject No documentation available.
glGetARBUniformBufferObject :: MonadIO m => m BoolOpenGLRaw Graphics.GL.ARB.UniformBufferObject Is the ARB_uniform_buffer_object extension supported?
-
OpenGLRaw Graphics.GL.ARB.UniformBufferObject Manual pages for OpenGL 3.x or OpenGL 4.x.
glGetActiveUniformBlockiv :: MonadIO m => GLuint -> GLuint -> GLenum -> Ptr GLint -> m ()OpenGLRaw Graphics.GL.ARB.UniformBufferObject Manual pages for OpenGL 3.x or OpenGL 4.x.
-
OpenGLRaw Graphics.GL.ARB.UniformBufferObject Manual pages for OpenGL 3.x or OpenGL 4.x.
glGetActiveUniformsiv :: MonadIO m => GLuint -> GLsizei -> Ptr GLuint -> GLenum -> Ptr GLint -> m ()OpenGLRaw Graphics.GL.ARB.UniformBufferObject Manual pages for OpenGL 3.x or OpenGL 4.x.
glGetUniformBlockIndex :: MonadIO m => GLuint -> Ptr GLchar -> m GLuintOpenGLRaw Graphics.GL.ARB.UniformBufferObject Manual pages for OpenGL 3.x or OpenGL 4.x.
glGetUniformIndices :: MonadIO m => GLuint -> GLsizei -> Ptr (Ptr GLchar) -> Ptr GLuint -> m ()OpenGLRaw Graphics.GL.ARB.UniformBufferObject Manual pages for OpenGL 3.x or OpenGL 4.x.
glUniformBlockBinding :: MonadIO m => GLuint -> GLuint -> GLuint -> m ()OpenGLRaw Graphics.GL.ARB.UniformBufferObject Manual pages for OpenGL 3.x or OpenGL 4.x.
gl_ARB_uniform_buffer_object :: BoolOpenGLRaw Graphics.GL.ARB.UniformBufferObject Is the ARB_uniform_buffer_object extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetARBUniformBufferObject in those cases instead.