wglCreateLayerContext method
Implementation
ffi.Pointer<HGLRC__> wglCreateLayerContext(
ffi.Pointer<HDC__> arg0,
int arg1,
) {
return (_wglCreateLayerContext ??= _dylib.lookupFunction<
_c_wglCreateLayerContext,
_dart_wglCreateLayerContext>('wglCreateLayerContext'))(
arg0,
arg1,
);
}