PFNGLVERTEXARRAYINDEXOFFSETEXTPROC typedef

PFNGLVERTEXARRAYINDEXOFFSETEXTPROC = Void Function(Uint32 vaobj, Uint32 buffer, Uint32 type, Uint32 stride, Pointer<NativeType> offset)

Implementation

typedef PFNGLVERTEXARRAYINDEXOFFSETEXTPROC =
    Void Function(
      Uint32 vaobj,
      Uint32 buffer,
      Uint32 type,
      Uint32 stride,
      Pointer<NativeType> offset,
    );