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.

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

    OpenGLRaw Graphics.GL.Compatibility31

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

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

    OpenGLRaw Graphics.GL.Compatibility31

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

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

    OpenGLRaw Graphics.GL.Compatibility31

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

  4. glGetUniformBlockIndex :: MonadIO m => GLuint -> Ptr GLchar -> m GLuint

    OpenGLRaw Graphics.GL.Compatibility31

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

  5. glGetUniformIndices :: MonadIO m => GLuint -> GLsizei -> Ptr (Ptr GLchar) -> Ptr GLuint -> m ()

    OpenGLRaw Graphics.GL.Compatibility31

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

  6. glGetUniformLocation :: MonadIO m => GLuint -> Ptr GLchar -> m GLint

    OpenGLRaw Graphics.GL.Compatibility31

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

  7. glGetUniformfv :: MonadIO m => GLuint -> GLint -> Ptr GLfloat -> m ()

    OpenGLRaw Graphics.GL.Compatibility31

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

  8. glGetUniformiv :: MonadIO m => GLuint -> GLint -> Ptr GLint -> m ()

    OpenGLRaw Graphics.GL.Compatibility31

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

  9. glGetUniformuiv :: MonadIO m => GLuint -> GLint -> Ptr GLuint -> m ()

    OpenGLRaw Graphics.GL.Compatibility31

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

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

    OpenGLRaw Graphics.GL.Compatibility31

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

Page 787 of many | Previous | Next