diff options
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
