From 6e078e779458368b0b6e3da0f91b39ca09c67182 Mon Sep 17 00:00:00 2001 From: Shannon McPherson Date: Tue, 9 Oct 2018 16:02:22 -0600 Subject: scripts: Add fuchsia to platform dictionary Change-Id: I9b7027a1dd11f5ea7d3b502c62f4edd05416fd52 --- scripts/common_codegen.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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', -- cgit v1.2.3