glew/generated/lib_glad/lib_glad_nv_draw_instanced
library
Functions
-
glDrawArraysInstancedNv(int mode, int first, int count, int primcount)
→ void
-
define glDrawArraysInstancedNV GLEW_GET_FUN(__glewDrawArraysInstancedNV)
GLEW_FUN_EXPORT PFNGLDRAWARRAYSINSTANCEDNVPROC __glewDrawArraysInstancedNV
typedef void (GLAPIENTRY * PFNGLDRAWARRAYSINSTANCEDNVPROC) (GLenum mode, GLint first, GLsizei count, GLsizei primcount)
-
glDrawElementsInstancedNv(int mode, int count, int type, Pointer<Void> indices, int primcount)
→ void
-
define glDrawElementsInstancedNV GLEW_GET_FUN(__glewDrawElementsInstancedNV)
GLEW_FUN_EXPORT PFNGLDRAWELEMENTSINSTANCEDNVPROC __glewDrawElementsInstancedNV
typedef void (GLAPIENTRY * PFNGLDRAWELEMENTSINSTANCEDNVPROC) (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei primcount)