* On RGFW, window scale does not follow system scaling (e.g., 125%) * On RGFW, the swapchain never resizes, even if the window is resizeable * Segfaults in `~CoreData` in call to `DeviceWaitIdle` if the app is closed: ``` thread 11 received signal: SIGCHLD Stop reason: signal SIGSEGV: address not mapped to object (fault address=0x5550035cda52) ``` * On GLFW, there's a slight offset to the mouse position (actual mouse pos is slightly higher than it really is)
~CoreDatain call toDeviceWaitIdleif the app is closed: