Updated Vulkan headers to 1.1.125
This commit is contained in:
parent
0e9ab19fad
commit
0356b62f81
14 changed files with 1337 additions and 392 deletions
9
external/vulkan/vulkan.h
vendored
9
external/vulkan/vulkan.h
vendored
|
|
@ -38,6 +38,9 @@
|
|||
#include "vulkan_macos.h"
|
||||
#endif
|
||||
|
||||
#ifdef VK_USE_PLATFORM_METAL_EXT
|
||||
#include "vulkan_metal.h"
|
||||
#endif
|
||||
|
||||
#ifdef VK_USE_PLATFORM_VI_NN
|
||||
#include "vulkan_vi.h"
|
||||
|
|
@ -74,4 +77,10 @@
|
|||
#include "vulkan_xlib_xrandr.h"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef VK_USE_PLATFORM_GGP
|
||||
#include <ggp_c/vulkan_types.h>
|
||||
#include "vulkan_ggp.h"
|
||||
#endif
|
||||
|
||||
#endif // VULKAN_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue