Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. class PolygonStipple s

    OpenGL Graphics.Rendering.OpenGL.GL.Polygons

    No documentation available.

  2. module Graphics.Rendering.OpenGL.GL.PrimitiveMode

    This module corresponds to section 10.1 (Primitive Types) of the OpenGL 4.4 specs.

  3. Patches :: PrimitiveMode

    OpenGL Graphics.Rendering.OpenGL.GL.PrimitiveMode

    Only used in conjunction with tessellation. The number of vertices per patch can be set with patchVertices.

  4. Points :: PrimitiveMode

    OpenGL Graphics.Rendering.OpenGL.GL.PrimitiveMode

    Treats each vertex as a single point. Vertex n defines point n. N points are drawn.

  5. Polygon :: PrimitiveMode

    OpenGL Graphics.Rendering.OpenGL.GL.PrimitiveMode

    Draws a single, convex polygon. Vertices 1 through N define this polygon.

  6. data PrimitiveMode

    OpenGL Graphics.Rendering.OpenGL.GL.PrimitiveMode

    Specification of the way the vertices given during renderPrimitive are interpreted. In the description of the constructors, n is an integer count starting at one, and N is the total number of vertices specified.

  7. PrimitivesGenerated :: QueryIndex -> QueryTarget

    OpenGL Graphics.Rendering.OpenGL.GL.QueryObjects

    No documentation available.

  8. data PixelCopyType

    OpenGL Graphics.Rendering.OpenGL.GL.ReadCopyPixels

    No documentation available.

  9. PixelModeAttributes :: ServerAttributeGroup

    OpenGL Graphics.Rendering.OpenGL.GL.SavingState

    No documentation available.

  10. PixelStoreAttributes :: ClientAttributeGroup

    OpenGL Graphics.Rendering.OpenGL.GL.SavingState

    No documentation available.

Page 393 of many | Previous | Next