mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 17:36:36 +00:00
Remove GGP support
This commit is contained in:
committed by
Jake Turner
parent
aa5538b2e9
commit
9ebd796cd8
@@ -1053,8 +1053,6 @@ void CaptureContext::LoadCaptureThreaded(const QString &captureFile, const Repla
|
||||
|
||||
#elif defined(RENDERDOC_PLATFORM_APPLE)
|
||||
m_CurWinSystem = WindowingSystem::MacOS;
|
||||
#elif defined(RENDERDOC_PLATFORM_GGP)
|
||||
m_CurWinSystem = WindowingSystem::GGP;
|
||||
#endif
|
||||
|
||||
m_StructuredFile = &r->GetStructuredFile();
|
||||
@@ -2198,11 +2196,6 @@ WindowingData CaptureContext::CreateWindowingData(QWidget *window)
|
||||
|
||||
return CreateMacOSWindowingData(view, layer);
|
||||
|
||||
#elif defined(RENDERDOC_PLATFORM_GGP)
|
||||
|
||||
WindowingData ret = {WindowingSystem::GGP};
|
||||
return ret;
|
||||
|
||||
#else
|
||||
|
||||
#error "Unknown platform"
|
||||
|
||||
Reference in New Issue
Block a user