mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 07:10:23 +00:00
scripts: Add fuchsia to platform dictionary
Change-Id: I229825efa86109e3e24de722fac52179963d3e70
This commit is contained in:
parent
1056a1a353
commit
5abee6173f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user