wglMakeCurrent method
Implementation
int wglMakeCurrent(
ffi.Pointer<HDC__> arg0,
ffi.Pointer<HGLRC__> arg1,
) {
return (_wglMakeCurrent ??=
_dylib.lookupFunction<_c_wglMakeCurrent, _dart_wglMakeCurrent>(
'wglMakeCurrent'))(
arg0,
arg1,
);
}