commit | 6e078e779458368b0b6e3da0f91b39ca09c67182 | [log] [tgz] |
---|---|---|
author | Shannon McPherson <shannon@lunarg.com> | Tue Oct 09 16:02:22 2018 -0600 |
committer | Shannon McPherson <shannon@lunarg.com> | Thu Oct 11 10:48:37 2018 -0600 |
tree | 832df03e7816f24b0bd9f008569cd398bd661de9 | |
parent | 17b630859c1daeddeba1646527213a4c21299fa2 [diff] [blame] |
scripts: Add fuchsia to platform dictionary Change-Id: I9b7027a1dd11f5ea7d3b502c62f4edd05416fd52
diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py index aea552c..37e0b29 100644 --- a/scripts/common_codegen.py +++ b/scripts/common_codegen.py
@@ -49,6 +49,7 @@ platform_dict = { 'android' : 'VK_USE_PLATFORM_ANDROID_KHR', + 'fuchsia' : 'VK_USE_PLATFORM_FUCHSIA', 'ios' : 'VK_USE_PLATFORM_IOS_MVK', 'macos' : 'VK_USE_PLATFORM_MACOS_MVK', 'mir' : 'VK_USE_PLATFORM_MIR_KHR',