Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

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

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

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

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

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

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

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

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

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

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

  6. gl_EXT_semaphore :: Bool

    OpenGLRaw Graphics.GL.EXT.Semaphore

    Is the EXT_semaphore extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetEXTSemaphore in those cases instead.

  7. module Graphics.GL.EXT.SemaphoreFd

    No documentation available.

  8. glGetEXTSemaphoreFd :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.EXT.SemaphoreFd

    Is the EXT_semaphore_fd extension supported?

  9. glImportSemaphoreFdEXT :: MonadIO m => GLuint -> GLenum -> GLint -> m ()

    OpenGLRaw Graphics.GL.EXT.SemaphoreFd

    No documentation available.

  10. gl_EXT_semaphore_fd :: Bool

    OpenGLRaw Graphics.GL.EXT.SemaphoreFd

    Is the EXT_semaphore_fd extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetEXTSemaphoreFd in those cases instead.

Page 820 of many | Previous | Next