Add Vulkan 1.3 headers
This commit is contained in:
12
vendor/vulkan/BUILD.bazel
vendored
Normal file
12
vendor/vulkan/BUILD.bazel
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
cc_library(
|
||||
name = "vulkan",
|
||||
hdrs = [
|
||||
"vk_platform.h",
|
||||
"vulkan.h",
|
||||
"vulkan_core.h",
|
||||
],
|
||||
includes = [
|
||||
".",
|
||||
],
|
||||
visibility = ["//:__subpackages__"],
|
||||
)
|
Reference in New Issue
Block a user