diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-03-28 02:23:07 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-03-28 02:23:07 +0000 |
| commit | 7eaac141998744af9ab260105f9f91726b669847 (patch) | |
| tree | d9fcb679aa69162b66cccc64be9e74545389ea26 /Tests/TestApp/src/TestApp.cpp | |
| parent | Updated core: added debug message callback configuration (diff) | |
| download | DiligentEngine-7eaac141998744af9ab260105f9f91726b669847.tar.gz DiligentEngine-7eaac141998744af9ab260105f9f91726b669847.zip | |
Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/9
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestApp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index 08a99f4..97dd72e 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -58,6 +58,7 @@ #include "TestCopyTexData.h" #include "PlatformMisc.h" #include "TestBufferCreation.h" +#include "TestBrokenShader.h" using namespace Diligent; @@ -180,6 +181,7 @@ void TestApp::InitializeRenderers() TestTextureCreation TestTexCreation(m_pDevice, m_pImmediateContext); TestBufferCreation TestBuffCreation(m_pDevice, m_pImmediateContext); TestPSOCompatibility TestPSOCompat(m_pDevice); + TestBrokenShader TestBrknShdr(m_pDevice); m_TestGS.Init(m_pDevice, m_pImmediateContext); m_TestTessellation.Init(m_pDevice, m_pImmediateContext); |
