Add and use Vulkan synchronization library
This commit is contained in:
5
vendor/vulkan/BUILD.bazel
vendored
5
vendor/vulkan/BUILD.bazel
vendored
@ -21,6 +21,11 @@ cc_library(
|
||||
"vulkan.h",
|
||||
"vulkan_core.h",
|
||||
],
|
||||
defines = [
|
||||
"VK_NO_STDDER_H",
|
||||
"VK_NO_STDINT_H",
|
||||
"VK_NO_PROTOTYPES",
|
||||
],
|
||||
includes = [
|
||||
".",
|
||||
],
|
||||
|
Reference in New Issue
Block a user