diff options
| author | YONGH\yongh <yonghe@outlook.com> | 2017-10-25 21:44:42 -0400 |
|---|---|---|
| committer | YONGH\yongh <yonghe@outlook.com> | 2017-10-25 21:44:42 -0400 |
| commit | 9a28965ceaf713b275efddf8721881cd8d7aab67 (patch) | |
| tree | 7af86af9338411cf17bc2ed4ceb7f023f14b8944 | |
| parent | 9a120fc43ff31f93ac09075d9b7dd42af27ee350 (diff) | |
test
| -rw-r--r-- | tools/render-test/render-d3d11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/render-test/render-d3d11.cpp b/tools/render-test/render-d3d11.cpp index faa85556e..eec87c1a7 100644 --- a/tools/render-test/render-d3d11.cpp +++ b/tools/render-test/render-d3d11.cpp @@ -338,7 +338,7 @@ public: { hr = D3D11CreateDeviceAndSwapChain_( NULL, // adapter (use default) - D3D_DRIVER_TYPE_WARP, + D3D_DRIVER_TYPE_REFERENCE, //D3D_DRIVER_TYPE_HARDWARE, NULL, // software deviceFlags, |
