diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-06-06 09:26:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-06 09:26:02 -0700 |
| commit | 2203df78332f155374866b172887d2568422ed76 (patch) | |
| tree | 0457ce2e099951ad036ec82b2a30a37c11a3b16a /external | |
| parent | 8abaec701f0637f082e081caa0dd4fa049a00430 (diff) | |
Disable coopvec while using Agility SDK and until graphics driver supports it (#7357)
* Disable coopvec tests until we have the driver support
* Remove conflicting agility sdk binaries
Diffstat (limited to 'external')
| -rw-r--r-- | external/CMakeLists.txt | 10 | ||||
| m--------- | external/slang-binaries | 0 |
2 files changed, 10 insertions, 0 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 6fcbecefe..97fd7c1f7 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -189,6 +189,16 @@ if(SLANG_ENABLE_SLANG_RHI) set(SLANG_RHI_SLANG_BINARY_DIR ${CMAKE_BINARY_DIR}) set(SLANG_RHI_ENABLE_NVAPI ${SLANG_ENABLE_NVAPI}) + # CoopVec requires 1.717.0-preview, but we cannot use the version until slang-rhi + # allow slang to override D3D12Version value + #set(SLANG_RHI_AGILITY_SDK_VERSION D3D12_PREVIEW_SDK_VERSION) + #set(SLANG_RHI_FETCH_AGILITY_SDK_VERSION + # "1.717.0-preview" + # CACHE STRING + # "Agility SDK version to fetch" + # FORCE + #) + if(SLANG_ENABLE_DX_ON_VK) set(SLANG_RHI_HAS_D3D12 ON) endif() diff --git a/external/slang-binaries b/external/slang-binaries -Subproject 8f6ab9c2fa6361201aee9c60bc7d3d3b4460d96 +Subproject 38aa515b3a57a975ceaf86987735aa85b2c8c09 |
