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

    OpenGLRaw Graphics.GL.EXT.Semaphore

    No documentation available.

  2. 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.

  3. module Graphics.GL.EXT.SemaphoreFd

    No documentation available.

  4. glGetEXTSemaphoreFd :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.EXT.SemaphoreFd

    Is the EXT_semaphore_fd extension supported?

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

    OpenGLRaw Graphics.GL.EXT.SemaphoreFd

    No documentation available.

  6. 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.

  7. module Graphics.GL.EXT.SemaphoreWin32

    No documentation available.

  8. glGetEXTSemaphoreWin32 :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.EXT.SemaphoreWin32

    Is the EXT_semaphore_win32 extension supported?

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

    OpenGLRaw Graphics.GL.EXT.SemaphoreWin32

    No documentation available.

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

    OpenGLRaw Graphics.GL.EXT.SemaphoreWin32

    No documentation available.

Page 819 of many | Previous | Next