diff options
| author | Shannon McPherson <shannon@lunarg.com> | 2018-10-09 16:02:22 -0600 |
|---|---|---|
| committer | Shannon McPherson <shannon@lunarg.com> | 2018-10-11 10:48:37 -0600 |
| commit | 6e078e779458368b0b6e3da0f91b39ca09c67182 (patch) | |
| tree | 832df03e7816f24b0bd9f008569cd398bd661de9 /scripts | |
| parent | 17b630859c1daeddeba1646527213a4c21299fa2 (diff) | |
| download | usermoji-6e078e779458368b0b6e3da0f91b39ca09c67182.tar.xz | |
scripts: Add fuchsia to platform dictionary
Change-Id: I9b7027a1dd11f5ea7d3b502c62f4edd05416fd52
Diffstat (limited to 'scripts')
| -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', |
