projects
/
platform
/
upstream
/
Vulkan-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1056a1a
)
scripts: Add fuchsia to platform dictionary
author
Shannon McPherson
<shannon@lunarg.com>
Mon, 8 Oct 2018 19:43:26 +0000
(13:43 -0600)
committer
Shannon McPherson
<shannon@lunarg.com>
Tue, 9 Oct 2018 22:22:03 +0000
(16:22 -0600)
Change-Id: I229825efa86109e3e24de722fac52179963d3e70
scripts/common_codegen.py
patch
|
blob
|
history
diff --git
a/scripts/common_codegen.py
b/scripts/common_codegen.py
index aea552c512879fb7294f134b8b8fd0939c11fc5a..37e0b29c7076910fc211894f2be83543ae710d60 100644
(file)
--- 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',