wglShareLists method
Implementation
int wglShareLists(
ffi.Pointer<HGLRC__> arg0,
ffi.Pointer<HGLRC__> arg1,
) {
return (_wglShareLists ??=
_dylib.lookupFunction<_c_wglShareLists, _dart_wglShareLists>(
'wglShareLists'))(
arg0,
arg1,
);
}