Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. newPixelMap :: (PixelMap m, PixelMapComponent c) => [c] -> IO (m c)

    OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap

    No documentation available.

  2. pixelMap :: (PixelMap m, PixelMapComponent c) => PixelMapTarget -> StateVar (m c)

    OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap

    No documentation available.

  3. pixelMapIToRGBA :: PixelMapComponent c => StateVar [Color4 c]

    OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap

    Convenience state variable

  4. pixelMapRGBAToRGBA :: PixelMapComponent c => StateVar [Color4 c]

    OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap

    Convenience state variable

  5. withNewPixelMap :: (PixelMap m, PixelMapComponent c) => Int -> (Ptr c -> IO ()) -> IO (m c)

    OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap

    No documentation available.

  6. withPixelMap :: (PixelMap m, PixelMapComponent c) => m c -> (Int -> Ptr c -> IO a) -> IO a

    OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap

    No documentation available.

  7. module Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage

    This module corresponds to section 3.6.1 (Pixel Storage Modes) of the OpenGL 2.1 specs.

  8. data PixelStoreDirection

    OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage

    No documentation available.

  9. skipPixels :: PixelStoreDirection -> StateVar GLint

    OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage

    No documentation available.

  10. module Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelTransfer

    This module corresponds to a part of section 3.6.1 (Pixel Storage Modes) of the OpenGL 2.1 specs.

Page 239 of many | Previous | Next