mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-12 10:37:08 +00:00
Fix '--gpu warp' specifier in tests
This commit is contained in:
@@ -131,7 +131,8 @@ IDXGIAdapterPtr ChooseD3DAdapter(IDXGIFactoryPtr factory, int argc, char **argv,
|
||||
|
||||
if(needle == "warp")
|
||||
{
|
||||
adapter = warp;
|
||||
warp = true;
|
||||
adapter = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user