From cd27f5affb46c349987902aa31014500d5fbef79 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 28 May 2018 18:09:48 -0700 Subject: Updated multiple tests --- Tests/TestApp/src/TestShaderResArrays.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/src/TestShaderResArrays.cpp') diff --git a/Tests/TestApp/src/TestShaderResArrays.cpp b/Tests/TestApp/src/TestShaderResArrays.cpp index 190c13a..1f6238b 100644 --- a/Tests/TestApp/src/TestShaderResArrays.cpp +++ b/Tests/TestApp/src/TestShaderResArrays.cpp @@ -32,7 +32,7 @@ using namespace Diligent; -TestShaderResArrays::TestShaderResArrays(IRenderDevice *pDevice, IDeviceContext *pDeviceContext, bool bUseOpenGL, float fMinXCoord, float fMinYCoord, float fXExtent, float fYExtent) : +TestShaderResArrays::TestShaderResArrays(IRenderDevice *pDevice, IDeviceContext *pDeviceContext, float fMinXCoord, float fMinYCoord, float fXExtent, float fYExtent) : UnitTestBase("Shader resource array test") { m_pRenderDevice = pDevice; -- cgit v1.2.3