We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c733cff commit 36a249dCopy full SHA for 36a249d
com/rectalogic/RenderWindow/render_window.h
@@ -42,7 +42,7 @@ class RenderWindow : public QQuickWindow, public QQmlParserStatus {
42
43
RenderWindow(RenderControl* renderControl);
44
45
-#ifdef MEDIAFX_ENABLE_VULKAN
+#ifdef RENDERWINDOW_ENABLE_VULKAN
46
QVulkanInstance m_vulkanInstance;
47
#endif
48
std::unique_ptr<RenderControl> m_renderControl;
0 commit comments