We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804829b commit 97b18f5Copy full SHA for 97b18f5
src/Graphics/Rendering/OpenGL/GL/PrimitiveMode.hs
@@ -84,7 +84,7 @@ data PrimitiveMode =
84
85
patchVertices :: StateVar GLsizei
86
patchVertices =
87
- makeStateVar (getSizei1 id GetMaxPatchVertices)
+ makeStateVar (getSizei1 id GetPatchVertices)
88
(glPatchParameteri gl_PATCH_VERTICES . fromIntegral)
89
90
-- | Contains the maximumum number of vertices in a single patch.
0 commit comments