Skip to content

Commit

Permalink
scripts: Remove Mir exceptions from codegen
Browse files Browse the repository at this point in the history
Change-Id: Ief43a6294c4cd1a9397d6c6630bb0319c62f387c
  • Loading branch information
lenny-lunarg committed Nov 6, 2018
1 parent 6b6b0cf commit 9f59673
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/common_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
'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',
Expand Down
1 change: 0 additions & 1 deletion scripts/loader_extension_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
'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',
Expand Down

0 comments on commit 9f59673

Please sign in to comment.