Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. glGetNVPathRenderingSharedEdge :: MonadIO m => m Bool

    OpenGLRaw Graphics.GL.NV.PathRenderingSharedEdge

    Is the NV_path_rendering_shared_edge extension supported?

  2. gl_NV_path_rendering_shared_edge :: Bool

    OpenGLRaw Graphics.GL.NV.PathRenderingSharedEdge

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

  3. pattern GL_INTERNALFORMAT_SHARED_SIZE :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  4. pattern GL_MAX_COMPUTE_SHARED_MEMORY_SIZE :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  5. pattern GL_SHARED_EDGE_NV :: GLubyte

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  6. pattern GL_SHARED_TEXTURE_PALETTE_EXT :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  7. pattern GL_STORAGE_SHARED_APPLE :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  8. pattern GL_TEXTURE_SHARED_SIZE :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  9. pattern GL_TEXTURE_SHARED_SIZE_EXT :: GLenum

    OpenGLRaw Graphics.GL.Tokens

    No documentation available.

  10. evalStateShared :: forall s (es :: [(Type -> Type) -> Type -> Type]) a . HasCallStack => s -> Eff (State s ': es) a -> Eff es a

    effectful-core Effectful.State.Dynamic

    Run the State effect with the given initial state and return the final value, discarding the final state (via Effectful.State.Static.Shared).

Page 35 of many | Previous | Next