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. SphereMap :: TextureGenMode

    OpenGL Graphics.Rendering.OpenGL.GL.CoordTrans

    No documentation available.

  2. data GLmap1 (c :: Type -> Type) d

    OpenGL Graphics.Rendering.OpenGL.GL.Evaluators

    No documentation available.

  3. data GLmap2 (c :: Type -> Type) d

    OpenGL Graphics.Rendering.OpenGL.GL.Evaluators

    No documentation available.

  4. getMap1Components :: (Map1 m, ControlPoint c, Domain d) => m c d -> IO ((d, d), [c d])

    OpenGL Graphics.Rendering.OpenGL.GL.Evaluators

    No documentation available.

  5. getMap2Components :: (Map2 m, ControlPoint c, Domain d) => m c d -> IO ((d, d), (d, d), [[c d]])

    OpenGL Graphics.Rendering.OpenGL.GL.Evaluators

    No documentation available.

  6. newMap1 :: (Map1 m, ControlPoint c, Domain d) => (d, d) -> [c d] -> IO (m c d)

    OpenGL Graphics.Rendering.OpenGL.GL.Evaluators

    No documentation available.

  7. newMap2 :: (Map2 m, ControlPoint c, Domain d) => (d, d) -> (d, d) -> [[c d]] -> IO (m c d)

    OpenGL Graphics.Rendering.OpenGL.GL.Evaluators

    No documentation available.

  8. withMap1 :: forall (c :: Type -> Type) d a . (Map1 m, ControlPoint c, Domain d) => m c d -> (MapDescriptor d -> Ptr d -> IO a) -> IO a

    OpenGL Graphics.Rendering.OpenGL.GL.Evaluators

    No documentation available.

  9. withMap2 :: forall (c :: Type -> Type) d a . (Map2 m, ControlPoint c, Domain d) => m c d -> (MapDescriptor d -> MapDescriptor d -> Ptr d -> IO a) -> IO a

    OpenGL Graphics.Rendering.OpenGL.GL.Evaluators

    No documentation available.

  10. withNewMap1 :: forall (c :: Type -> Type) d . (Map1 m, ControlPoint c, Domain d) => MapDescriptor d -> (Ptr d -> IO ()) -> IO (m c d)

    OpenGL Graphics.Rendering.OpenGL.GL.Evaluators

    No documentation available.

Page 551 of many | Previous | Next