mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix mac compilation
This commit is contained in:
@@ -1217,6 +1217,11 @@ WindowingData CaptureContext::CreateWindowingData(QWidget *window)
|
||||
else
|
||||
return CreateXlibWindowingData(m_X11Display, (Drawable)window->winId());
|
||||
|
||||
#elif defined(RENDERDOC_PLATFORM_APPLE)
|
||||
|
||||
WindowingData ret = {WindowingSystem::Unknown};
|
||||
return ret;
|
||||
|
||||
#else
|
||||
|
||||
#error "Unknown platform"
|
||||
|
||||
Reference in New Issue
Block a user