summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeTest/src
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-16 04:50:32 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-16 04:50:32 +0000
commit4b0dfe97ccf50bab80479fd715b8f20fed42521d (patch)
treeb27726d959e53d56eb20ea525c1d1f9c6aa8388f /Tests/IncludeTest/src
parentFixed build issues in VS2019 (diff)
downloadDiligentEngine-4b0dfe97ccf50bab80479fd715b8f20fed42521d.tar.gz
DiligentEngine-4b0dfe97ccf50bab80479fd715b8f20fed42521d.zip
Updated submodules and tests
Diffstat (limited to 'Tests/IncludeTest/src')
-rw-r--r--Tests/IncludeTest/src/DiligentCore/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp (renamed from Tests/IncludeTest/src/DiligentCore/GraphicsTools/TextureUploaderD3D12H_test.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/IncludeTest/src/DiligentCore/GraphicsTools/TextureUploaderD3D12H_test.cpp b/Tests/IncludeTest/src/DiligentCore/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp
index 6a26fc6..c2b2fce 100644
--- a/Tests/IncludeTest/src/DiligentCore/GraphicsTools/TextureUploaderD3D12H_test.cpp
+++ b/Tests/IncludeTest/src/DiligentCore/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp
@@ -22,5 +22,5 @@
*/
#if D3D12_SUPPORTED
-#include "DiligentCore/Graphics/GraphicsTools/include/TextureUploaderD3D12.h"
+#include "DiligentCore/Graphics/GraphicsTools/include/TextureUploaderD3D12_Vk.h"
#endif \ No newline at end of file