glew/generated/lib_glad/lib_glad_arb_draw_indirect library

Functions

glDrawArraysIndirect(int mode, Pointer<Void> indirect) → void
define glDrawArraysIndirect GLEW_GET_FUN(__glewDrawArraysIndirect) GLEW_FUN_EXPORT PFNGLDRAWARRAYSINDIRECTPROC __glewDrawArraysIndirect typedef void (GLAPIENTRY * PFNGLDRAWARRAYSINDIRECTPROC) (GLenum mode, const void *indirect)
glDrawElementsIndirect(int mode, int type, Pointer<Void> indirect) → void
define glDrawElementsIndirect GLEW_GET_FUN(__glewDrawElementsIndirect) GLEW_FUN_EXPORT PFNGLDRAWELEMENTSINDIRECTPROC __glewDrawElementsIndirect typedef void (GLAPIENTRY * PFNGLDRAWELEMENTSINDIRECTPROC) (GLenum mode, GLenum type, const void *indirect)