GlDrawArraysInstancedNative typedef

GlDrawArraysInstancedNative = Void Function(Uint32 mode, Int32 first, Int32 count, Int32 instancecount)

Implementation

typedef GlDrawArraysInstancedNative = Void Function(
    Uint32 mode, Int32 first, Int32 count, Int32 instancecount);