CryZe / livesplit-one-desktop

Prototype implementation of LiveSplit One for the Desktop.
https://livesplit.org/
60 stars 11 forks source link

Implement a fallback OpenGL based renderer #5

Closed CryZe closed 3 years ago

CryZe commented 4 years ago

Not everyone may have Vulkan, Metal or co. on their system (especially in VMs, which is important for testing purposes). So we definitely want some kind of OpenGL fallback. I don't think gfx-hal's / wgpu's OpenGL implementation are usable, so we likely just want to bring our own implementation.

CryZe commented 3 years ago

Probably not necessary, as we don't use wgpu anymore.