[host] windows: make DXGI the default capture interface, D12 is not ready

This commit is contained in:
Geoffrey McRae 2024-02-01 14:48:44 +11:00
parent be82b7e578
commit 071e4323fa

View File

@ -18,14 +18,15 @@ if(NOT EXISTS "${nvfbc_sdk}/inc" OR NOT IS_DIRECTORY "${nvfbc_sdk}/inc")
set(USE_NVFBC OFF)
endif()
if(USE_D12)
add_capture("D12")
endif()
# NOTE: the order here denotes the default
if(USE_DXGI)
add_capture("DXGI")
endif()
if(USE_D12)
add_capture("D12")
endif()
if(USE_NVFBC)
add_capture("NVFBC")
endif()