From fb6b350854912ec1f97f47a6333b11b5ee89696a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 13 Mar 2018 00:15:21 -0700 Subject: Added PSO compatibility tests --- Tests/TestApp/src/TestApp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Tests/TestApp/src/TestApp.cpp') 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); -- cgit v1.2.3