gl-0.8.0: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.OES.DrawElementsBaseVertex

Contents

Synopsis

Extension Support

GL_OES_draw_elements_base_vertex

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

Usage: glMultiDrawElementsBaseVertexOES mode count type indices primcount 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).

This command is an alias for glMultiDrawElementsBaseVertex.