PFNGLBUFFERPAGECOMMITMENTMEMNVPROC typedef

PFNGLBUFFERPAGECOMMITMENTMEMNVPROC = Void Function(Uint32 target, Pointer<NativeType> offset, Pointer<Uint32> size, Uint32 memory, Uint64 memOffset, Int32 commit)

Implementation

typedef PFNGLBUFFERPAGECOMMITMENTMEMNVPROC =
    Void Function(
      Uint32 target,
      Pointer<NativeType> offset,
      Pointer<Uint32> size,
      Uint32 memory,
      Uint64 memOffset,
      Int32 commit,
    );