shader_recompiler: VS clip distance emulation for NVIDIA GPUs (#3958)

This commit is contained in:
psucien
2026-01-26 21:17:51 +01:00
committed by GitHub
parent fa497f6bfd
commit 1e99c4b506
10 changed files with 116 additions and 24 deletions

View File

@@ -204,6 +204,7 @@ add_subdirectory(tracy)
# pugixml
if (NOT TARGET pugixml::pugixml)
option(PUGIXML_NO_EXCEPTIONS "" ON)
add_subdirectory(pugixml)
endif()