mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Use Jamie's 7-layer burrito of Vulkan DEPS.
This allows us to roll all Vulkan- and SPIRV-related dependencies simultaneously (which are often inter-dependent). This change also implicitly rolls the dependencies to the revs in ANGLE. Change-Id: I50a1e5b2ef706ffbfbc22f5783321820bb50ae96 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/36500 Commit-Queue: Stephen White <senorblanco@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
bc21cfa6cc
commit
f1fa60b912
@@ -54,11 +54,11 @@ if (!defined(dawn_shaderc_dir)) {
|
||||
}
|
||||
|
||||
if (!defined(dawn_spirv_cross_dir)) {
|
||||
dawn_spirv_cross_dir = "//third_party/spirv-cross"
|
||||
dawn_spirv_cross_dir = "//third_party/vulkan-deps/spirv-cross/src"
|
||||
}
|
||||
|
||||
if (!defined(dawn_spirv_tools_dir)) {
|
||||
dawn_spirv_tools_dir = "//third_party/SPIRV-Tools"
|
||||
dawn_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
|
||||
}
|
||||
|
||||
if (!defined(dawn_swiftshader_dir)) {
|
||||
|
||||
Reference in New Issue
Block a user