aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTony-LunarG <tony@lunarg.com>2018-10-22 11:42:03 -0600
committerTony Barbour <tony@lunarg.com>2018-10-26 13:35:11 -0600
commit4e46af9c54e64446ed5e373a5d0e58603ab2b87c (patch)
tree039d82995f245f5a410c285fbe015598fcec2a30 /scripts
parent2e8d601de618eddf2bab8597fd140b2824a060b2 (diff)
downloadusermoji-4e46af9c54e64446ed5e373a5d0e58603ab2b87c.tar.xz
repo: Remove MIR specific code.
Still need to remove MIR from scripts/common_codegen.py and from the Vulkan wrapper. Change-Id: Ib00cbe10b3e80878fb5e15c1e628685f33d31331
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mock_icd_generator.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/mock_icd_generator.py b/scripts/mock_icd_generator.py
index 10cef307..a7a342a4 100644
--- a/scripts/mock_icd_generator.py
+++ b/scripts/mock_icd_generator.py
@@ -322,18 +322,6 @@ EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateWaylandSurfaceKHR(
}
#endif /* VK_USE_PLATFORM_WAYLAND_KHR */
-#ifdef VK_USE_PLATFORM_MIR_KHR
-
-EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateMirSurfaceKHR(
- VkInstance instance,
- const VkMirSurfaceCreateInfoKHR* pCreateInfo,
- const VkAllocationCallbacks* pAllocator,
- VkSurfaceKHR* pSurface)
-{
- return vkmock::CreateMirSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
-}
-#endif /* VK_USE_PLATFORM_MIR_KHR */
-
#ifdef VK_USE_PLATFORM_ANDROID_KHR
EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateAndroidSurfaceKHR(