diff options
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 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); |
