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 c0b4b2c commit 5d4e828Copy full SHA for 5d4e828
src/Graphics/Rendering/OpenGL/GL/PrimitiveMode.hs
@@ -97,4 +97,5 @@ unmarshalPrimitiveMode x
97
| x == gl_QUADS = Quads
98
| x == gl_QUAD_STRIP = QuadStrip
99
| x == gl_POLYGON = Polygon
100
+ | x == gl_PATCHES = Patches
101
| otherwise = error ("unmarshalPrimitiveMode: illegal value " ++ show x)
0 commit comments