Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pattern GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT :: GLenum

    OpenGLRaw Graphics.GL.EXT.FramebufferObject

    No documentation available.

  2. glGenerateMipmapEXT :: MonadIO m => GLenum -> m ()

    OpenGLRaw Graphics.GL.EXT.FramebufferObject

    This command is an alias for glGenerateMipmap.

  3. module Graphics.GL.EXT.Semaphore

    No documentation available.

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

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

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

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

  6. glGetEXTSemaphore :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.EXT.Semaphore

    Is the EXT_semaphore extension supported?

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

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

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

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

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

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

  10. glSignalSemaphoreEXT :: 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