Add Fuchsia platform to Boilerplate ch. (#933)
This commit is contained in:
parent
4ad4fd1716
commit
8cc971fb3e
|
@ -287,6 +287,9 @@ endif::VK_MVK_macos_surface[]
|
||||||
ifdef::VK_NN_vi_surface[]
|
ifdef::VK_NN_vi_surface[]
|
||||||
| `<<VK_NN_vi_surface>>` | VI | `vulkan_vi.h` | None | dname:VK_USE_PLATFORM_VI_NN
|
| `<<VK_NN_vi_surface>>` | VI | `vulkan_vi.h` | None | dname:VK_USE_PLATFORM_VI_NN
|
||||||
endif::VK_NN_vi_surface[]
|
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[]
|
ifdef::VK_EXT_metal_surface[]
|
||||||
| `<<VK_EXT_metal_surface>>` | Metal on CoreAnimation | `vulkan_metal.h` | None | dname:VK_USE_PLATFORM_METAL_EXT
|
| `<<VK_EXT_metal_surface>>` | Metal on CoreAnimation | `vulkan_metal.h` | None | dname:VK_USE_PLATFORM_METAL_EXT
|
||||||
endif::VK_EXT_metal_surface[]
|
endif::VK_EXT_metal_surface[]
|
||||||
|
|
Loading…
Reference in New Issue