summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestApp.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-12 03:07:24 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-12 03:07:24 +0000
commit16247fb8792f4ac938825361ea6bfdd484b2e5a8 (patch)
treeb325e9ea3a0e7998df34e87894b16f18132fcad9 /Tests/TestApp/src/TestApp.cpp
parentUpdated core (diff)
downloadDiligentEngine-16247fb8792f4ac938825361ea6bfdd484b2e5a8.tar.gz
DiligentEngine-16247fb8792f4ac938825361ea6bfdd484b2e5a8.zip
Added mip generation tests; updated submodules
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
-rw-r--r--Tests/TestApp/src/TestApp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp
index a252e8d..514519c 100644
--- a/Tests/TestApp/src/TestApp.cpp
+++ b/Tests/TestApp/src/TestApp.cpp
@@ -65,6 +65,7 @@
#include "ShaderConverterTest.h"
#endif
#include "TestCopyTexData.h"
+#include "TestMipMapsGeneration.h"
#include "PlatformMisc.h"
#include "TestBufferCreation.h"
#include "TestBrokenShader.h"
@@ -416,6 +417,7 @@ void TestApp::InitializeRenderers()
}
TestCopyTexData TestCopyData(m_pDevice, m_pImmediateContext);
+ TestMipMapsGeneration TestMipsGen(m_pDevice, m_pImmediateContext);
TestVPAndSR TestVPAndSR(m_pDevice, m_pImmediateContext);