gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.ARB.DrawElementsBaseVertex

Synopsis

Extension Support

GL_ARB_draw_elements_base_vertex

glMultiDrawElementsBaseVertex :: MonadIO m => GLenum -> Ptr GLsizei -> GLenum -> Ptr (Ptr ()) -> GLsizei -> Ptr GLint -> m () Source #

Usage: glMultiDrawElementsBaseVertex mode count type indices drawcount basevertex

The parameter type is a DrawElementsType.

The length of count should be COMPSIZE(drawcount).

The length of indices should be COMPSIZE(drawcount).

The length of basevertex should be COMPSIZE(drawcount).

Manual page: https://www.opengl.org/sdk/docs/man/html/glMultiDrawElementsBaseVertex.xhtml