mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Use Tint/WGSL unconditionally
Bug: dawn:706 Change-Id: I102c37e67e7833bb7441ed8a355a4411bd7b9fb9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/45421 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
b00de7f8e8
commit
a9439199b7
8
third_party/CMakeLists.txt
vendored
8
third_party/CMakeLists.txt
vendored
@@ -78,11 +78,9 @@ if (DAWN_BUILD_EXAMPLES)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (DAWN_ENABLE_WGSL)
|
||||
if (NOT TARGET libtint)
|
||||
message(STATUS "Dawn: using Tint at ${DAWN_TINT_DIR}")
|
||||
add_subdirectory(${DAWN_TINT_DIR})
|
||||
endif()
|
||||
if (NOT TARGET libtint)
|
||||
message(STATUS "Dawn: using Tint at ${DAWN_TINT_DIR}")
|
||||
add_subdirectory(${DAWN_TINT_DIR})
|
||||
endif()
|
||||
|
||||
# Header-only library for khrplatform.h
|
||||
|
||||
Reference in New Issue
Block a user