gl-0.9: Complete OpenGL raw bindings
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.EXT.DrawElementsBaseVertex

Synopsis

Extension Support

gl_EXT_draw_elements_base_vertex :: Bool Source #

Checks that the GL_EXT_draw_elements_base_vertex extension is available.

GL_EXT_draw_elements_base_vertex

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

Usage: glMultiDrawElementsBaseVertexEXT 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.