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_UNIFORM_MATRIX_STRIDE :: GLenumOpenGLRaw Graphics.GL.ARB.UniformBufferObject No documentation available.
pattern
GL_UNIFORM_NAME_LENGTH :: GLenumOpenGLRaw Graphics.GL.ARB.UniformBufferObject No documentation available.
pattern
GL_UNIFORM_OFFSET :: GLenumOpenGLRaw Graphics.GL.ARB.UniformBufferObject No documentation available.
pattern
GL_UNIFORM_SIZE :: GLenumOpenGLRaw Graphics.GL.ARB.UniformBufferObject No documentation available.
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.