Add Fuchsia platform to Boilerplate ch. (#933)

This commit is contained in:
Petr Kraus 2019-03-13 10:21:41 +01:00 committed by Jon Leech
parent 4ad4fd1716
commit 8cc971fb3e
1 changed files with 3 additions and 0 deletions

View File

@ -287,6 +287,9 @@ endif::VK_MVK_macos_surface[]
ifdef::VK_NN_vi_surface[]
| `<<VK_NN_vi_surface>>` | VI | `vulkan_vi.h` | None | dname:VK_USE_PLATFORM_VI_NN
endif::VK_NN_vi_surface[]
ifdef::VK_FUCHSIA_imagepipe_surface[]
| `<<VK_FUCHSIA_imagepipe_surface>>` | Fuchsia | `vulkan_fuchsia.h` | `<zircon/types.h>` | dname:VK_USE_PLATFORM_FUCHSIA
endif::VK_FUCHSIA_imagepipe_surface[]
ifdef::VK_EXT_metal_surface[]
| `<<VK_EXT_metal_surface>>` | Metal on CoreAnimation | `vulkan_metal.h` | None | dname:VK_USE_PLATFORM_METAL_EXT
endif::VK_EXT_metal_surface[]