PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEPROC typedef
PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEPROC =
Void Function(Uint32 mode, Uint32 count, Uint32 type, Pointer<NativeType> indices, Uint32 instancecount, Int32 basevertex, Uint32 baseinstance)
Implementation
typedef PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEPROC =
Void Function(
Uint32 mode,
Uint32 count,
Uint32 type,
Pointer<NativeType> indices,
Uint32 instancecount,
Int32 basevertex,
Uint32 baseinstance,
);