PFNGLWAITSYNCPROC typedef

PFNGLWAITSYNCPROC = Void Function(Pointer<GLsync> sync, Uint32 flags, Uint64 timeout)

Implementation

typedef PFNGLWAITSYNCPROC = Void Function(
    Pointer<GLsync> sync, Uint32 flags, Uint64 timeout);