From 16247fb8792f4ac938825361ea6bfdd484b2e5a8 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 11 Apr 2019 20:07:24 -0700 Subject: Added mip generation tests; updated submodules --- Tests/TestApp/src/TestApp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Tests/TestApp/src/TestApp.cpp') 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); -- cgit v1.2.3