diff options
author | Shannon McPherson <shannon@lunarg.com> | 2018-10-08 13:43:26 -0600 |
---|---|---|
committer | Shannon McPherson <shannon@lunarg.com> | 2018-10-09 16:22:03 -0600 |
commit | 5abee6173f9656e881f859f7f823568a4ce19f0e (patch) | |
tree | 25b2304a2442c7f5f659e5978881ae042ad9f505 | |
parent | 1056a1a3533a419136b7ab55102a5f3fdd5ca09e (diff) | |
download | Vulkan-Loader-5abee6173f9656e881f859f7f823568a4ce19f0e.tar.gz Vulkan-Loader-5abee6173f9656e881f859f7f823568a4ce19f0e.tar.bz2 Vulkan-Loader-5abee6173f9656e881f859f7f823568a4ce19f0e.zip |
scripts: Add fuchsia to platform dictionary
Change-Id: I229825efa86109e3e24de722fac52179963d3e70
-rw-r--r-- | scripts/common_codegen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py index aea552c5..37e0b29c 100644 --- a/scripts/common_codegen.py +++ b/scripts/common_codegen.py @@ -49,6 +49,7 @@ prefixStrings = [ 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', |