mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
d3d12: Turn d3d12_format.h to include d3d12_common.h
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Acked-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16084>
This commit is contained in:
parent
6cdebc11ad
commit
cb53094ac1
1 changed files with 2 additions and 5 deletions
|
|
@ -24,12 +24,9 @@
|
|||
#ifndef D3D12_FORMATS_H
|
||||
#define D3D12_FORMATS_H
|
||||
|
||||
#include "d3d12_common.h"
|
||||
|
||||
#include <directx/dxgiformat.h>
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <wsl/winadapter.h>
|
||||
#endif
|
||||
#include <directx/dxgicommon.h>
|
||||
|
||||
#include "pipe/p_format.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue