Commit f81e69b9 by Jamie Madill

Make D3D9 default again.

BUG=angle:568 Change-Id: I4b60084f2be0c04bb2f7dd78e78e2ef2825adc00 Reviewed-on: https://chromium-review.googlesource.com/191552Reviewed-by: 's avatarShannon Woods <shannonwoods@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 48dcae7b
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#if !defined(ANGLE_DEFAULT_D3D11) #if !defined(ANGLE_DEFAULT_D3D11)
// Enables use of the Direct3D 11 API for a default display, when available // Enables use of the Direct3D 11 API for a default display, when available
#define ANGLE_DEFAULT_D3D11 1 #define ANGLE_DEFAULT_D3D11 0
#endif #endif
namespace rx namespace rx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment