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