Skip to content

Commit

Permalink
[host] win: make D12 the default copy backend
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Mar 4, 2024
1 parent beb8de9 commit a4e761b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions host/platform/Windows/capture/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a4e761b

Please sign in to comment.