summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestApp.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-13 07:15:21 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-13 07:15:21 +0000
commitfb6b350854912ec1f97f47a6333b11b5ee89696a (patch)
tree42850a4146cade9dc0fe694322eeba56bd973652 /Tests/TestApp/src/TestApp.cpp
parentUdated reamde and submodules (diff)
downloadDiligentEngine-fb6b350854912ec1f97f47a6333b11b5ee89696a.tar.gz
DiligentEngine-fb6b350854912ec1f97f47a6333b11b5ee89696a.zip
Added PSO compatibility tests
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 2e5509e..08a99f4 100644
--- a/Tests/TestApp/src/TestApp.cpp
+++ b/Tests/TestApp/src/TestApp.cpp
@@ -51,6 +51,7 @@
#include "TestRasterizerState.h"
#include "TestBlendState.h"
#include "TestVPAndSR.h"
+#include "TestPSOCompatibility.h"
#if GL_SUPPORTED || GLES_SUPPORTED
#include "ShaderConverterTest.h"
#endif
@@ -178,6 +179,7 @@ void TestApp::InitializeRenderers()
TestDepthStencilState TestDSS(m_pDevice, m_pImmediateContext);
TestTextureCreation TestTexCreation(m_pDevice, m_pImmediateContext);
TestBufferCreation TestBuffCreation(m_pDevice, m_pImmediateContext);
+ TestPSOCompatibility TestPSOCompat(m_pDevice);
m_TestGS.Init(m_pDevice, m_pImmediateContext);
m_TestTessellation.Init(m_pDevice, m_pImmediateContext);