Copyright | (c) Sven Panne 2002-2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
This module corresponds to a part of section 3.6.4 (Rasterization of Pixel Rectangles) of the OpenGL 2.1 specs.
Documentation
Instances
Eq (PixelData a) Source # | |
Ord (PixelData a) Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelData | |
Show (PixelData a) Source # | |
data PixelFormat Source #
Instances
Eq PixelFormat Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelFormat (==) :: PixelFormat -> PixelFormat -> Bool # (/=) :: PixelFormat -> PixelFormat -> Bool # | |
Ord PixelFormat Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelFormat compare :: PixelFormat -> PixelFormat -> Ordering # (<) :: PixelFormat -> PixelFormat -> Bool # (<=) :: PixelFormat -> PixelFormat -> Bool # (>) :: PixelFormat -> PixelFormat -> Bool # (>=) :: PixelFormat -> PixelFormat -> Bool # max :: PixelFormat -> PixelFormat -> PixelFormat # min :: PixelFormat -> PixelFormat -> PixelFormat # | |
Show PixelFormat Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelFormat showsPrec :: Int -> PixelFormat -> ShowS # show :: PixelFormat -> String # showList :: [PixelFormat] -> ShowS # |