From ceacc2427c3aeb8c2461b2fb9d00e01f2af41541 Mon Sep 17 00:00:00 2001 From: Shannon McPherson Date: Mon, 8 Oct 2018 13:46:55 -0600 Subject: scripts: Add fuchsia to platform dictionary Change-Id: I132f21a78fc2f7d96de350b91d158b7ec11c85bc --- scripts/common_codegen.py | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3