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.
pattern
GL_READ_ONLY :: (Eq a, Num a) => agl Graphics.GL.Core32 No documentation available.
pattern
GL_READ_WRITE :: (Eq a, Num a) => agl Graphics.GL.Core32 No documentation available.
pattern
GL_STATIC_READ :: (Eq a, Num a) => agl Graphics.GL.Core32 No documentation available.
pattern
GL_STREAM_READ :: (Eq a, Num a) => agl Graphics.GL.Core32 No documentation available.
glReadBuffer :: MonadIO m => GLenum -> m ()gl Graphics.GL.Core32 Usage: glReadBuffer src The parameter src is a ReadBufferMode, one of: GL_AUX0, GL_AUX1, GL_AUX2, GL_AUX3, GL_BACK, GL_BACK_LEFT, GL_BACK_RIGHT, GL_FRONT, GL_FRONT_LEFT, GL_FRONT_RIGHT, GL_LEFT, GL_RIGHT. Manual page: https://www.opengl.org/sdk/docs/man/html/glReadBuffer.xhtml
-
gl Graphics.GL.Core32 Usage: glReadPixels x y width height format type pixels The parameter x is a WinCoord. The parameter y is a WinCoord. The parameter format is a PixelFormat, one of: GL_ABGR_EXT, GL_ALPHA, GL_BLUE, GL_CMYKA_EXT, GL_CMYK_EXT, GL_COLOR_INDEX, GL_DEPTH_COMPONENT, GL_GREEN, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_RED, GL_RED_EXT, GL_RGB, GL_RGBA, GL_STENCIL_INDEX, GL_UNSIGNED_INT, GL_UNSIGNED_SHORT, GL_YCRCB_422_SGIX, GL_YCRCB_444_SGIX. The parameter type is a PixelType, one of: GL_BITMAP, GL_BYTE, GL_FLOAT, GL_INT, GL_SHORT, GL_UNSIGNED_BYTE, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_3_3_2_EXT, GL_UNSIGNED_INT, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_10_10_10_2_EXT, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_EXT, GL_UNSIGNED_SHORT, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_EXT, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_5_5_5_1_EXT. The length of pixels should be COMPSIZE(format,type,width,height). Manual page: https://www.opengl.org/sdk/docs/man/html/glReadPixels.xhtml
pattern
GL_IMPLEMENTATION_COLOR_READ_FORMAT :: (Eq a, Num a) => agl Graphics.GL.Core41 No documentation available.
pattern
GL_IMPLEMENTATION_COLOR_READ_TYPE :: (Eq a, Num a) => agl Graphics.GL.Core41 No documentation available.
pattern
GL_COPY_READ_BUFFER_BINDING :: (Eq a, Num a) => agl Graphics.GL.Core42 No documentation available.
pattern
GL_READ_PIXELS :: (Eq a, Num a) => agl Graphics.GL.Core43 No documentation available.