Fix compilation (mostly) on OSX, with stubs for VK WSI.

This commit is contained in:
baldurk
2016-11-28 12:57:55 +01:00
parent 1961ea465f
commit 08bd19a990
14 changed files with 155 additions and 8 deletions
+4
View File
@@ -413,6 +413,10 @@ void *CaptureContext::FillWindowingData(WId widget)
return &xlib;
}
#elif defined(RENDERDOC_PLATFORM_APPLE)
return (void *)widget;
#else
#error "Unknown platform"