You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the window backend must go through a vtable interface. If there is only one backend available at compile-time, it would make sense to bypass this vtable and directly call the backend functions
Directly link window backend
Currently, the window backend must go through a vtable interface. If there is only one backend available at compile-time, it would make sense to bypass this vtable and directly call the backend functions