mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[host] windows: make DXGI the default capture interface, D12 is not ready
This commit is contained in:
parent
be82b7e578
commit
071e4323fa
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user