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.
-
OpenGL Graphics.Rendering.OpenGL.GL.Polygons No documentation available.
module Graphics.Rendering.OpenGL.GL.
PrimitiveMode This module corresponds to section 10.1 (Primitive Types) of the OpenGL 4.4 specs.
-
OpenGL Graphics.Rendering.OpenGL.GL.PrimitiveMode Only used in conjunction with tessellation. The number of vertices per patch can be set with patchVertices.
-
OpenGL Graphics.Rendering.OpenGL.GL.PrimitiveMode Treats each vertex as a single point. Vertex n defines point n. N points are drawn.
-
OpenGL Graphics.Rendering.OpenGL.GL.PrimitiveMode Draws a single, convex polygon. Vertices 1 through N define this polygon.
-
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.
PrimitivesGenerated :: QueryIndex -> QueryTargetOpenGL Graphics.Rendering.OpenGL.GL.QueryObjects No documentation available.
-
OpenGL Graphics.Rendering.OpenGL.GL.ReadCopyPixels No documentation available.
PixelModeAttributes :: ServerAttributeGroupOpenGL Graphics.Rendering.OpenGL.GL.SavingState No documentation available.
PixelStoreAttributes :: ClientAttributeGroupOpenGL Graphics.Rendering.OpenGL.GL.SavingState No documentation available.