PFNGLDRAWELEMENTSPROC typedef

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

Implementation

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