From 5abee6173f9656e881f859f7f823568a4ce19f0e Mon Sep 17 00:00:00 2001 From: Shannon McPherson Date: Mon, 8 Oct 2018 13:43:26 -0600 Subject: [PATCH] scripts: Add fuchsia to platform dictionary Change-Id: I229825efa86109e3e24de722fac52179963d3e70 --- scripts/common_codegen.py | 1 + 1 file changed, 1 insertion(+) 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',