PFNGLBUFFERPAGECOMMITMENTARBPROC typedef

PFNGLBUFFERPAGECOMMITMENTARBPROC = Void Function(Uint32 target, Pointer<NativeType> offset, Pointer<Uint32> size, Int32 commit)

Implementation

typedef PFNGLBUFFERPAGECOMMITMENTARBPROC =
    Void Function(
      Uint32 target,
      Pointer<NativeType> offset,
      Pointer<Uint32> size,
      Int32 commit,
    );