mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-25 07:05:48 +00:00
Add GGP build support
- Disable GL and GLES drivers on GGP - Add flags to keep symbols in release builds. Adds minimal debug info that preserves backtraces. - Disable python modules and qrenderdoc for GGP
This commit is contained in:
committed by
baldurk
parent
26d823905e
commit
7c0365679f
@@ -80,7 +80,7 @@
|
||||
#define RENDERDOC_CC __cdecl
|
||||
|
||||
#elif defined(RENDERDOC_PLATFORM_LINUX) || defined(RENDERDOC_PLATFORM_APPLE) || \
|
||||
defined(RENDERDOC_PLATFORM_ANDROID)
|
||||
defined(RENDERDOC_PLATFORM_ANDROID) || defined(RENDERDOC_PLATFORM_GGP)
|
||||
|
||||
#define RENDERDOC_EXPORT_API __attribute__((visibility("default")))
|
||||
#define RENDERDOC_IMPORT_API
|
||||
|
||||
Reference in New Issue
Block a user