aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2018-10-08 13:46:55 -0600
committerShannon McPherson <shannon@lunarg.com>2018-10-11 10:46:37 -0600
commitceacc2427c3aeb8c2461b2fb9d00e01f2af41541 (patch)
tree5c650820695298505170c7edcafd92a7b7b93a19
parent8d31e5d90a5ab67b137fbb9aa3e8f065de3e2228 (diff)
downloadvulkan-validation-layers-ceacc2427c3aeb8c2461b2fb9d00e01f2af41541.tar.gz
scripts: Add fuchsia to platform dictionary
Change-Id: I132f21a78fc2f7d96de350b91d158b7ec11c85bc
-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 aea552c51..37e0b29c7 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',