mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
d3d12/wgl/test: Fixes wgl_tests.cpp for d3d12 with mingw
wgl needs dxguids/dxguids.h for correct GUID Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16767>
This commit is contained in:
parent
e26f58e001
commit
6f61b1e1da
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ TEST(wgl, basic_create)
|
|||
* the environment isn't set up to run them.
|
||||
*/
|
||||
#include <directx/d3d12.h>
|
||||
#include <dxguids/dxguids.h>
|
||||
#include <wrl/client.h>
|
||||
#include <memory>
|
||||
using Microsoft::WRL::ComPtr;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue