summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestApp.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-28 02:23:07 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-28 02:23:07 +0000
commit7eaac141998744af9ab260105f9f91726b669847 (patch)
treed9fcb679aa69162b66cccc64be9e74545389ea26 /Tests/TestApp/src/TestApp.cpp
parentUpdated core: added debug message callback configuration (diff)
downloadDiligentEngine-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.cpp2
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);