Fix casing of includes in D3D12Info
BUG=dawn:144 Change-Id: I95fd1839247ccdf2d4e3b75e6ad84fad02c71ede Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/8162 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Nico Weber <thakis@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
55ab6aacac
commit
e0a2ae8a0b
|
@ -14,8 +14,8 @@
|
|||
|
||||
#include "dawn_native/d3d12/D3D12Info.h"
|
||||
|
||||
#include "dawn_native/D3D12/AdapterD3D12.h"
|
||||
#include "dawn_native/D3D12/BackendD3D12.h"
|
||||
#include "dawn_native/d3d12/AdapterD3D12.h"
|
||||
#include "dawn_native/d3d12/BackendD3D12.h"
|
||||
|
||||
#include "dawn_native/d3d12/PlatformFunctions.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue