PFNGLBUFFERSTORAGEPROC typedef

PFNGLBUFFERSTORAGEPROC = Void Function(Uint32 target, Pointer<Uint32> size, Pointer<NativeType> data, Uint32 flags)

Implementation

typedef PFNGLBUFFERSTORAGEPROC =
    Void Function(
      Uint32 target,
      Pointer<Uint32> size,
      Pointer<NativeType> data,
      Uint32 flags,
    );