Hoogle Search

Within LTS Haskell 24.35 (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. 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.

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

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

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

  9. TextureCubeMap :: TextureTargetCubeMap

    OpenGL Graphics.Rendering.OpenGL.GL.Texturing.Specification

    No documentation available.

  10. TextureCubeMapArray :: TextureTarget3D

    OpenGL Graphics.Rendering.OpenGL.GL.Texturing.Specification

    No documentation available.

Page 551 of many | Previous | Next