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.

  1. pattern GL_UNIFORM_SIZE :: GLenum

    OpenGLRaw Graphics.GL.Compatibility32

    No documentation available.

  2. pattern GL_UNIFORM_TYPE :: GLenum

    OpenGLRaw Graphics.GL.Compatibility32

    No documentation available.

  3. glBeginTransformFeedback :: MonadIO m => GLenum -> m ()

    OpenGLRaw Graphics.GL.Compatibility32

    Manual pages for OpenGL 3.x or OpenGL 4.x.

  4. glEndTransformFeedback :: MonadIO m => m ()

    OpenGLRaw Graphics.GL.Compatibility32

    Manual pages for OpenGL 3.x or OpenGL 4.x.

  5. glGetActiveUniform :: MonadIO m => GLuint -> GLuint -> GLsizei -> Ptr GLsizei -> Ptr GLint -> Ptr GLenum -> Ptr GLchar -> m ()

    OpenGLRaw Graphics.GL.Compatibility32

    Manual pages for OpenGL 2.x or OpenGL 3.x or OpenGL 4.x.

  6. glGetActiveUniformBlockName :: MonadIO m => GLuint -> GLuint -> GLsizei -> Ptr GLsizei -> Ptr GLchar -> m ()

    OpenGLRaw Graphics.GL.Compatibility32

    Manual pages for OpenGL 3.x or OpenGL 4.x.

  7. glGetActiveUniformBlockiv :: MonadIO m => GLuint -> GLuint -> GLenum -> Ptr GLint -> m ()

    OpenGLRaw Graphics.GL.Compatibility32

    Manual pages for OpenGL 3.x or OpenGL 4.x.

  8. glGetActiveUniformName :: MonadIO m => GLuint -> GLuint -> GLsizei -> Ptr GLsizei -> Ptr GLchar -> m ()

    OpenGLRaw Graphics.GL.Compatibility32

    Manual pages for OpenGL 3.x or OpenGL 4.x.

  9. glGetActiveUniformsiv :: MonadIO m => GLuint -> GLsizei -> Ptr GLuint -> GLenum -> Ptr GLint -> m ()

    OpenGLRaw Graphics.GL.Compatibility32

    Manual pages for OpenGL 3.x or OpenGL 4.x.

  10. glGetTransformFeedbackVarying :: MonadIO m => GLuint -> GLuint -> GLsizei -> Ptr GLsizei -> Ptr GLsizei -> Ptr GLenum -> Ptr GLchar -> m ()

    OpenGLRaw Graphics.GL.Compatibility32

    Manual pages for OpenGL 3.x or OpenGL 4.x.

Page 799 of many | Previous | Next