diff options
-rw-r--r-- | scripts/common_codegen.py | 1 | ||||
-rw-r--r-- | scripts/loader_extension_generator.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py index 37e0b29c..aae3425a 100644 --- a/scripts/common_codegen.py +++ b/scripts/common_codegen.py @@ -52,7 +52,6 @@ platform_dict = { 'fuchsia' : 'VK_USE_PLATFORM_FUCHSIA', 'ios' : 'VK_USE_PLATFORM_IOS_MVK', 'macos' : 'VK_USE_PLATFORM_MACOS_MVK', - 'mir' : 'VK_USE_PLATFORM_MIR_KHR', 'vi' : 'VK_USE_PLATFORM_VI_NN', 'wayland' : 'VK_USE_PLATFORM_WAYLAND_KHR', 'win32' : 'VK_USE_PLATFORM_WIN32_KHR', diff --git a/scripts/loader_extension_generator.py b/scripts/loader_extension_generator.py index a70013f3..3b8aaac4 100644 --- a/scripts/loader_extension_generator.py +++ b/scripts/loader_extension_generator.py @@ -32,7 +32,6 @@ WSI_EXT_NAMES = ['VK_KHR_surface', 'VK_KHR_xlib_surface', 'VK_KHR_xcb_surface', 'VK_KHR_wayland_surface', - 'VK_KHR_mir_surface', 'VK_KHR_win32_surface', 'VK_KHR_android_surface', 'VK_MVK_macos_surface', |