[host] win: make D12 the default copy backend

This commit is contained in:
Geoffrey McRae 2024-03-04 16:31:14 +11:00
parent beb8de922d
commit a4e761bedc

View File

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