scripts: Add fuchsia to platform dictionary
authorShannon McPherson <shannon@lunarg.com>
Mon, 8 Oct 2018 19:43:26 +0000 (13:43 -0600)
committerShannon McPherson <shannon@lunarg.com>
Tue, 9 Oct 2018 22:22:03 +0000 (16:22 -0600)
Change-Id: I229825efa86109e3e24de722fac52179963d3e70

scripts/common_codegen.py

index aea552c512879fb7294f134b8b8fd0939c11fc5a..37e0b29c7076910fc211894f2be83543ae710d60 100644 (file)
@@ -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',