Skip to content

Commit 0db6119

Browse files
committed
Disable Pathfinder D3D11 level by default
1 parent 55df043 commit 0db6119

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ if (REVECTOR_VULKAN)
4848
else ()
4949
set(PATHFINDER_BACKEND_VULKAN OFF)
5050
endif ()
51+
set(PATHFINDER_USE_D3D11 OFF)
5152
target_include_directories(revector PUBLIC "third_party/pathfinder-cpp")
5253
add_subdirectory("third_party/pathfinder-cpp")
5354

0 commit comments

Comments
 (0)