nvidia: We only support Windows at the current time

While a Linux version is (supposedly) available for this functionality, at the current time we have no integration for it. Nor do we have any way to test it either, so it is better to disable it for now.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-09-30 05:33:40 +02:00 committed by Xaymar
parent 92ddbd1330
commit afcd5dfea9
1 changed files with 3 additions and 4 deletions

View File

@ -43,7 +43,6 @@ target_link_libraries(${COMPONENT_TARGET}
NVIDIA::VFX
)
streamfx_add_component_dependency(Auto-Framing OPTIONAL)
streamfx_add_component_dependency(Denoising OPTIONAL)
streamfx_add_component_dependency(Upscaling OPTIONAL)
streamfx_add_component_dependency("Virtual Greenscreen" OPTIONAL)
if(NOT WINDOWS)
streamfx_disable_component("NVIDIA" REASON "NVIDIA integration is (currently) only available for Windows under Direct3D11.")
endif()