PFNGLVERTEXPOINTERVINTELPROC typedef

PFNGLVERTEXPOINTERVINTELPROC = Void Function(Int32 size, Uint32 type, Pointer<Pointer<NativeType>> pointer)

Implementation

typedef PFNGLVERTEXPOINTERVINTELPROC =
    Void Function(
      Int32 size,
      Uint32 type,
      Pointer<Pointer<NativeType>> pointer,
    );