mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 06:56:40 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user