aboutsummaryrefslogtreecommitdiff
path: root/scripts/common_codegen.py
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2018-10-09 16:02:22 -0600
committerShannon McPherson <shannon@lunarg.com>2018-10-11 10:48:37 -0600
commit6e078e779458368b0b6e3da0f91b39ca09c67182 (patch)
tree832df03e7816f24b0bd9f008569cd398bd661de9 /scripts/common_codegen.py
parent17b630859c1daeddeba1646527213a4c21299fa2 (diff)
downloadusermoji-6e078e779458368b0b6e3da0f91b39ca09c67182.tar.xz
scripts: Add fuchsia to platform dictionary
Change-Id: I9b7027a1dd11f5ea7d3b502c62f4edd05416fd52
Diffstat (limited to 'scripts/common_codegen.py')
-rw-r--r--scripts/common_codegen.py1
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',