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. glGenerateMipmapEXT :: MonadIO m => GLenum -> m ()

    OpenGLRaw Graphics.GL.EXT.FramebufferObject

    This command is an alias for glGenerateMipmap.

  2. module Graphics.GL.EXT.Semaphore

    No documentation available.

  3. glDeleteSemaphoresEXT :: MonadIO m => GLsizei -> Ptr GLuint -> m ()

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

  4. glGenSemaphoresEXT :: MonadIO m => GLsizei -> Ptr GLuint -> m ()

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

  5. glGetEXTSemaphore :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.EXT.Semaphore

    Is the EXT_semaphore extension supported?

  6. glGetSemaphoreParameterui64vEXT :: MonadIO m => GLuint -> GLenum -> Ptr GLuint64 -> m ()

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

  7. glIsSemaphoreEXT :: MonadIO m => GLuint -> m GLboolean

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

  8. glSemaphoreParameterui64vEXT :: MonadIO m => GLuint -> GLenum -> Ptr GLuint64 -> m ()

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

  9. glSignalSemaphoreEXT :: MonadIO m => GLuint -> GLuint -> Ptr GLuint -> GLuint -> Ptr GLuint -> Ptr GLenum -> m ()

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

  10. glWaitSemaphoreEXT :: MonadIO m => GLuint -> GLuint -> Ptr GLuint -> GLuint -> Ptr GLuint -> Ptr GLenum -> m ()

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

Page 818 of many | Previous | Next