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. getPixelMapComponents :: (PixelMap m, PixelMapComponent c) => m c -> IO [c]

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

    No documentation available.

  2. maxPixelMapTable :: GettableStateVar GLsizei

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    Convenience state variable

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

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

    Convenience state variable

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

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

    No documentation available.

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

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

    No documentation available.

  9. generateMipmap' :: ParameterizedTextureTarget t => t -> IO ()

    OpenGL Graphics.Rendering.OpenGL.GL.Texturing.Objects

    Generate mipmaps for the specified texture target. Note that from OpenGL 3.1 onwards you should use this function instead of the texture parameter generateMipmap.

  10. generateMipmap :: ParameterizedTextureTarget t => t -> StateVar Capability

    OpenGL Graphics.Rendering.OpenGL.GL.Texturing.Parameters

    Note: OpenGL 3.1 deprecated this texture parameter, use generateMipmap' instead.

Page 553 of many | Previous | Next