diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-12 22:41:17 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-12 22:41:17 +0000 |
| commit | 80bfa52139976bd51b43c58e9576d379fe9f8a14 (patch) | |
| tree | 3d7663ef18296eb5cc6de7fedeb8a1fc1e4d372f /Tests/TestApp/include/TestApp.h | |
| parent | Updated core & tools. Fixed https://github.com/DiligentGraphics/DiligentEngin... (diff) | |
| download | DiligentEngine-80bfa52139976bd51b43c58e9576d379fe9f8a14.tar.gz DiligentEngine-80bfa52139976bd51b43c58e9576d379fe9f8a14.zip | |
Updated submodules (added unit tests). Reworked TestApp
Diffstat (limited to 'Tests/TestApp/include/TestApp.h')
| -rw-r--r-- | Tests/TestApp/include/TestApp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/TestApp/include/TestApp.h b/Tests/TestApp/include/TestApp.h index 6380f65..5d1cb59 100644 --- a/Tests/TestApp/include/TestApp.h +++ b/Tests/TestApp/include/TestApp.h @@ -33,15 +33,11 @@ #include "TestDrawCommands.h" #include "TestBufferAccess.h" -#include "TestTextureCreation.h" -#include "TestSamplerCreation.h" #include "TestTexturing.h" #include "ScriptParser.h" #include "TestComputeShaders.h" #include "Timer.h" #include "TestRenderTarget.h" -#include "MTResourceCreationTest.h" -#include "TestShaderResArrays.h" #include "TestGeometryShader.h" #include "TestTessellation.h" @@ -81,8 +77,6 @@ protected: std::unique_ptr<TestTexturing> m_pTestTexturing[16]; std::unique_ptr<TestComputeShaders> m_pTestCS; std::unique_ptr<TestRenderTarget> m_pTestRT; - std::unique_ptr<MTResourceCreationTest> m_pMTResCreationTest; - std::unique_ptr<TestShaderResArrays> m_pTestShaderResArrays; TestGeometryShader m_TestGS; TestTessellation m_TestTessellation; |
