Make renderdoc_app.h optional at build time
authorJordan Justen <jordan.l.justen@intel.com>
Tue, 12 Mar 2019 07:17:53 +0000 (00:17 -0700)
committerAlexander Galazin <alexander.galazin@arm.com>
Wed, 20 Mar 2019 16:16:15 +0000 (17:16 +0100)
commitbec7d5a33437977db5bd0623b1299144ec42c117
tree71fcc1a603a2f5fe736fe9595afa825e81dd6dbd
parent3a2e527b0aa3f73988cc7d551a7ccb352b11f7d9
Make renderdoc_app.h optional at build time

Since renderdoc support is optional at runtime, this change makes it
also optional at build time. If the renderdoc_app.h file doesn't exist
at the expected location, then a no-op stub version of the
RenderDocUtil class is built instead.

Components: Vulkan, Framework

Change-Id: Iedc4bcddf47ac5f471911ad6d8e37439cd9e0d90
AndroidGen.mk
external/vulkancts/framework/vulkan/CMakeLists.txt
external/vulkancts/framework/vulkan/vkNoRenderDocUtil.cpp [new file with mode: 0644]