From dd7847d9e2b0729799d3e953f7872719e6ab70c0 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 1 Mar 2019 20:55:44 -0800 Subject: Updated test to compy with the new API --- Tests/TestApp/src/TestApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/src/TestApp.cpp') diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index 4b072a3..dc1e29a 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -372,7 +372,7 @@ void TestApp::InitializeRenderers() TestShaderVarAccess TestShaderVarAccess{m_pDevice, m_pImmediateContext, m_pSwapChain}; TestShaderResourceLayout TestShaderResLayout{m_pDevice, m_pImmediateContext}; -#if GL_SUPPORTED || GLES_SUPPORTED || VULKAN_SUPPORTED +#if GL_SUPPORTED || GLES_SUPPORTED ShaderConverterTest ConverterTest{m_pDevice, m_pImmediateContext}; #endif -- cgit v1.2.3