PFNGLDRAWELEMENTSBASEVERTEXPROC typedef

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

Implementation

typedef PFNGLDRAWELEMENTSBASEVERTEXPROC =
    Void Function(
      Uint32 mode,
      Uint32 count,
      Uint32 type,
      Pointer<NativeType> indices,
      Int32 basevertex,
    );