[Qt] Be a little less OpenGL-hyperfocused
This commit is contained in:
@@ -30,6 +30,11 @@ class MainWindow : public QMainWindow {
|
||||
|
||||
Theme currentTheme;
|
||||
void setTheme(Theme theme);
|
||||
void swapEmuBuffer();
|
||||
|
||||
// Tracks whether we are using an OpenGL-backed renderer or a Vulkan-backed renderer
|
||||
bool usingGL = false;
|
||||
bool usingVk = false;
|
||||
|
||||
public:
|
||||
MainWindow(QApplication* app, QWidget* parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user