mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 15:06:32 +00:00
Fix compilation (mostly) on OSX, with stubs for VK WSI.
This commit is contained in:
@@ -413,6 +413,10 @@ void *CaptureContext::FillWindowingData(WId widget)
|
||||
return &xlib;
|
||||
}
|
||||
|
||||
#elif defined(RENDERDOC_PLATFORM_APPLE)
|
||||
|
||||
return (void *)widget;
|
||||
|
||||
#else
|
||||
|
||||
#error "Unknown platform"
|
||||
|
||||
Reference in New Issue
Block a user