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.
newPixelMap :: (PixelMap m, PixelMapComponent c) => [c] -> IO (m c)OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap No documentation available.
pixelMap :: (PixelMap m, PixelMapComponent c) => PixelMapTarget -> StateVar (m c)OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap No documentation available.
pixelMapIToRGBA :: PixelMapComponent c => StateVar [Color4 c]OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap Convenience state variable
pixelMapRGBAToRGBA :: PixelMapComponent c => StateVar [Color4 c]OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap Convenience state variable
withNewPixelMap :: (PixelMap m, PixelMapComponent c) => Int -> (Ptr c -> IO ()) -> IO (m c)OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap No documentation available.
withPixelMap :: (PixelMap m, PixelMapComponent c) => m c -> (Int -> Ptr c -> IO a) -> IO aOpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap No documentation available.
module Graphics.Rendering.OpenGL.GL.PixelRectangles.
PixelStorage This module corresponds to section 3.6.1 (Pixel Storage Modes) of the OpenGL 2.1 specs.
-
OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage No documentation available.
skipPixels :: PixelStoreDirection -> StateVar GLintOpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage No documentation available.
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.