mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 21:17:45 +00:00
Remove build rules for spvc support & spirv-cross fuzzers
Disabling this while refactoring how dependencies are set up to avoid breaking various builds and rolls. BUG=dawn:285 Change-Id: Iaca2614fb73277a1ea850f90a487693cd4c54fcb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14040 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
20c014cee7
commit
80d71ecd12
5
third_party/BUILD.gn
vendored
5
third_party/BUILD.gn
vendored
@@ -66,9 +66,8 @@ static_library("spirv_cross") {
|
||||
"${spirv_cross_dir}/spirv_parser.hpp",
|
||||
]
|
||||
|
||||
need_glsl_cross =
|
||||
dawn_enable_opengl || dawn_enable_cross_reflection || dawn_use_spvc
|
||||
need_reflection_cross = dawn_enable_cross_reflection || dawn_use_spvc
|
||||
need_glsl_cross = dawn_enable_opengl || dawn_enable_cross_reflection
|
||||
need_reflection_cross = dawn_enable_cross_reflection
|
||||
|
||||
if (dawn_enable_d3d12) {
|
||||
sources += [
|
||||
|
||||
Reference in New Issue
Block a user