scripts: Add fuchsia to platform dictionary

Change-Id: I229825efa86109e3e24de722fac52179963d3e70
This commit is contained in:
Shannon McPherson 2018-10-08 13:43:26 -06:00
parent 1056a1a353
commit 5abee6173f

View 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',