mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +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