d3d12: Move shared code that include d3d12 headers into d3d12_common.h

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:
Yonggang Luo
2022-04-30 03:10:47 +08:00
committed by Marge Bot
parent b4f701f962
commit d493e2ef7d
19 changed files with 49 additions and 70 deletions

View File

@@ -33,7 +33,6 @@
#include "util/format/u_format.h"
#include "util/u_memory.h"
#include <directx/d3d12.h>
#include <dxguids/dxguids.h>
struct d3d12_bufmgr {