Add Vulkan 1.3 headers

This commit is contained in:
2025-01-21 00:04:32 +01:00
parent b438dd7bf4
commit a106e1cf85
7 changed files with 8380 additions and 0 deletions

12
vendor/vulkan/BUILD.bazel vendored Normal file
View File

@ -0,0 +1,12 @@
cc_library(
name = "vulkan",
hdrs = [
"vk_platform.h",
"vulkan.h",
"vulkan_core.h",
],
includes = [
".",
],
visibility = ["//:__subpackages__"],
)