mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Allow using swiftshader with the Vulkan backend
This adds swiftshader as a dependency of Dawn, and when it is present dawn_use_swiftshader=true will force usage of it. (due to a Vulkan loader limitation we can't have both regular drivers and swiftshader in the same VkInstance). BUG=dawn:283 Change-Id: Ib94f4dcca652eb380e994f007cdcfb145b1a5102 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/13440 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
80d71ecd12
commit
74cebd6879
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,6 +19,7 @@ third_party/jsoncpp/
|
||||
third_party/llvm-build
|
||||
third_party/markupsafe/
|
||||
third_party/shaderc/
|
||||
third_party/swiftshader/
|
||||
third_party/spirv-cross/
|
||||
third_party/spirv-headers/
|
||||
third_party/vulkan-headers/
|
||||
|
||||
Reference in New Issue
Block a user