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/include/TestShaderResArrays.h | 2 +- Tests/TestApp/include/TestTexturing.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Tests/TestApp/include') diff --git a/Tests/TestApp/include/TestShaderResArrays.h b/Tests/TestApp/include/TestShaderResArrays.h index 24bd818..e65b97a 100644 --- a/Tests/TestApp/include/TestShaderResArrays.h +++ b/Tests/TestApp/include/TestShaderResArrays.h @@ -28,7 +28,7 @@ class TestShaderResArrays : public UnitTestBase { public: - TestShaderResArrays(Diligent::IRenderDevice *pDevice, Diligent::IDeviceContext *pDeviceContext, bool bUseOpenGL, float fMinXCoord, float fMinYCoord, float fXExtent, float fYExtent); + TestShaderResArrays(Diligent::IRenderDevice *pDevice, Diligent::IDeviceContext *pDeviceContext, float fMinXCoord, float fMinYCoord, float fXExtent, float fYExtent); void Draw(); diff --git a/Tests/TestApp/include/TestTexturing.h b/Tests/TestApp/include/TestTexturing.h index 6953c74..27d934f 100644 --- a/Tests/TestApp/include/TestTexturing.h +++ b/Tests/TestApp/include/TestTexturing.h @@ -30,7 +30,7 @@ class TestTexturing : public UnitTestBase public: TestTexturing(); - void Init(Diligent::IRenderDevice *pDevice, Diligent::IDeviceContext *pDeviceContext, Diligent::TEXTURE_FORMAT TexFormat, bool bUseOpenGL, float fMinXCoord, float fMinYCoord, float fXExtent, float fYExtent); + void Init(Diligent::IRenderDevice *pDevice, Diligent::IDeviceContext *pDeviceContext, Diligent::TEXTURE_FORMAT TexFormat, float fMinXCoord, float fMinYCoord, float fXExtent, float fYExtent); void Draw(); static void GenerateTextureData(Diligent::IRenderDevice *pRenderDevice, std::vector &Data, std::vector &SubResouces, const Diligent::TextureDesc &TexDesc, const float *ColorOffset = nullptr); -- cgit v1.2.3