PFNGLNAMEDBUFFERSTORAGEPROC typedef

PFNGLNAMEDBUFFERSTORAGEPROC = Void Function(Uint32 buffer, Pointer<Uint32> size, Pointer<NativeType> data, Uint32 flags)

Implementation

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