diff options
| author | Tony-LunarG <tony@lunarg.com> | 2018-11-13 15:15:15 -0700 |
|---|---|---|
| committer | Tony Barbour <tony@lunarg.com> | 2018-11-13 16:29:30 -0700 |
| commit | 46237f491f801917d3b6d6726fd981aa70a1c531 (patch) | |
| tree | 25922b3bfcf1deb362dcdc7a75315936aba51431 /scripts/common_codegen.py | |
| parent | 22a10df184b04e35dd976a74f8b4756bcf65a60f (diff) | |
| download | usermoji-46237f491f801917d3b6d6726fd981aa70a1c531.tar.xz | |
Remove last MIR reference
Change-Id: Ib7fd104466b189d2d8bb0c70cd6e7aa2623ea0e7
Diffstat (limited to 'scripts/common_codegen.py')
| -rw-r--r-- | scripts/common_codegen.py | 1 |
1 files changed, 0 insertions, 1 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', |
