PFNGLBUFFERSTORAGEPROC typedef

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

Implementation

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