From: Shannon McPherson Date: Mon, 8 Oct 2018 19:43:26 +0000 (-0600) Subject: scripts: Add fuchsia to platform dictionary X-Git-Tag: submit/tizen/20181227.054638~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5abee6173f9656e881f859f7f823568a4ce19f0e;p=platform%2Fupstream%2FVulkan-Loader.git scripts: Add fuchsia to platform dictionary Change-Id: I229825efa86109e3e24de722fac52179963d3e70 --- 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',