| commit | ceacc2427c3aeb8c2461b2fb9d00e01f2af41541 | [log] [tgz] |
|---|---|---|
| author | Shannon McPherson <shannon@lunarg.com> | Mon Oct 08 13:46:55 2018 -0600 |
| committer | Shannon McPherson <shannon@lunarg.com> | Thu Oct 11 10:46:37 2018 -0600 |
| tree | 5c650820695298505170c7edcafd92a7b7b93a19 | |
| parent | 8d31e5d90a5ab67b137fbb9aa3e8f065de3e2228 [diff] [blame] |
scripts: Add fuchsia to platform dictionary Change-Id: I132f21a78fc2f7d96de350b91d158b7ec11c85bc
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',