Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. glUnmapTexture2DINTEL :: MonadIO m => GLuint -> GLint -> m ()

    OpenGLRaw Graphics.GL.Functions

    No documentation available.

  2. glVDPAUMapSurfacesNV :: MonadIO m => GLsizei -> Ptr GLvdpauSurfaceNV -> m ()

    OpenGLRaw Graphics.GL.Functions

    No documentation available.

  3. glVDPAUUnmapSurfacesNV :: MonadIO m => GLsizei -> Ptr GLvdpauSurfaceNV -> m ()

    OpenGLRaw Graphics.GL.Functions

    No documentation available.

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

    OpenGLRaw Graphics.GL.Functions

    No documentation available.

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

    OpenGLRaw Graphics.GL.Functions

    No documentation available.

  6. glWaitVkSemaphoreNV :: MonadIO m => GLuint64 -> m ()

    OpenGLRaw Graphics.GL.Functions

    No documentation available.

  7. glGetINTELMapTexture :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.INTEL.MapTexture

    Is the INTEL_map_texture extension supported?

  8. glMapTexture2DINTEL :: MonadIO m => GLuint -> GLint -> GLbitfield -> Ptr GLint -> Ptr GLenum -> m (Ptr a)

    OpenGLRaw Graphics.GL.INTEL.MapTexture

    No documentation available.

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

    OpenGLRaw Graphics.GL.INTEL.MapTexture

    No documentation available.

  10. gl_INTEL_map_texture :: Bool

    OpenGLRaw Graphics.GL.INTEL.MapTexture

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

Page 833 of many | Previous | Next