mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[host] windows: make DXGI the default capture interface, D12 is not ready
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user