Add macOS windowing system to public API

* For now it expects a CALayer since this works around a MoltenVK bug
This commit is contained in:
baldurk
2018-09-05 12:50:58 +01:00
parent ca462ab03f
commit 65b567a944
7 changed files with 68 additions and 1 deletions
+4
View File
@@ -132,6 +132,10 @@ win32 {
QMAKE_CXXFLAGS_WARN_OFF -= -w
macx: {
SOURCES += Code/AppleUtils.mm
LIBS += -framework Cocoa -framework QuartzCore
DEFINES += RENDERDOC_PLATFORM_POSIX RENDERDOC_PLATFORM_APPLE
ICON = $$OSX_ICONFILE