mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[host] allow user to select capture backend
This commit introduces a new option, app:capture, which can be set to either DXGI or NvFBC to force the host application to use that backend. This is very useful for testing DXGI on Quadro cards, which would default to running with NvFBC.
This commit is contained in:
@@ -235,6 +235,7 @@ static CaptureResult xcb_getFrame(FrameBuffer * frame)
|
||||
|
||||
struct CaptureInterface Capture_XCB =
|
||||
{
|
||||
.shortName = "XCB",
|
||||
.getName = xcb_getName,
|
||||
.create = xcb_create,
|
||||
.init = xcb_init,
|
||||
|
Reference in New Issue
Block a user