Merge vk-gl-cts/master into vk-gl-cts/vulkan-sc-cts-dev
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / framework / vulkan / vkDebugReportUtil.hpp
index e7a82d6..2f14a9a 100644 (file)
@@ -32,6 +32,8 @@
 namespace vk
 {
 
+#ifndef CTS_USES_VULKANSC
+
 struct DebugReportMessage
 {
        VkDebugReportFlagsEXT           flags;
@@ -103,6 +105,8 @@ private:
        const bool                                                              m_print_errors;
 };
 
+#endif // CTS_USES_VULKANSC
+
 bool isDebugReportSupported (const PlatformInterface& vkp);
 
 } // vk