Skip to content

Commit 36a249d

Browse files
committed
vulkan fix
1 parent c733cff commit 36a249d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com/rectalogic/RenderWindow/render_window.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class RenderWindow : public QQuickWindow, public QQmlParserStatus {
4242

4343
RenderWindow(RenderControl* renderControl);
4444

45-
#ifdef MEDIAFX_ENABLE_VULKAN
45+
#ifdef RENDERWINDOW_ENABLE_VULKAN
4646
QVulkanInstance m_vulkanInstance;
4747
#endif
4848
std::unique_ptr<RenderControl> m_renderControl;

0 commit comments

Comments
 (0)