GlDrawElementsNative typedef

GlDrawElementsNative = Void Function(Uint32 mode, Int32 count, Uint32 type, Pointer<NativeType> indices)

Implementation

typedef GlDrawElementsNative = Void Function(
    Uint32 mode, Int32 count, Uint32 type, Pointer indices);