summaryrefslogtreecommitdiff
path: root/vulkan/vkjson/vkjson.h
diff options
context:
space:
mode:
author Trevor David Black <vantablack@google.com> 2021-08-23 16:37:18 +0000
committer Trevor David Black <vantablack@google.com> 2022-01-24 15:54:20 +0000
commitb68a2251024524f64447dc858aa3f017e07fdf78 (patch)
treead3fea6718ea3acefea779fbf1e9e7fbfda3f960 /vulkan/vkjson/vkjson.h
parentfa7af492359030e28391e1a13d7b9749057d3603 (diff)
Deprecate old VK_* defines
Bug: 191881132 Test: build Change-Id: If7ff23e465b54258c9e2445981cbc11cbe14e174
Diffstat (limited to 'vulkan/vkjson/vkjson.h')
-rw-r--r--vulkan/vkjson/vkjson.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/vulkan/vkjson/vkjson.h b/vulkan/vkjson/vkjson.h
index 52e7bee288..aca1d6085e 100644
--- a/vulkan/vkjson/vkjson.h
+++ b/vulkan/vkjson/vkjson.h
@@ -33,14 +33,6 @@
#undef max
#endif
-#ifndef VK_API_VERSION_1_0
-#define VK_API_VERSION_1_0 VK_MAKE_VERSION(1, 0, 0)
-#endif
-
-#ifndef VK_API_VERSION_1_1
-#define VK_API_VERSION_1_1 VK_MAKE_VERSION(1, 1, 0)
-#endif
-
/*
* Annotation to tell clang that we intend to fall through from one case to
* another in a switch. Sourced from android-base/macros.h.