From 8dda69439aae8e8e0a60748ba04791712c2aeeb3 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 3 Jul 2018 08:46:14 -0700 Subject: Updated Math lib tests and render target test --- Tests/TestApp/include/TestRenderTarget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/include/TestRenderTarget.h') diff --git a/Tests/TestApp/include/TestRenderTarget.h b/Tests/TestApp/include/TestRenderTarget.h index 917183b..9988260 100644 --- a/Tests/TestApp/include/TestRenderTarget.h +++ b/Tests/TestApp/include/TestRenderTarget.h @@ -31,7 +31,7 @@ class TestRenderTarget : public UnitTestBase public: TestRenderTarget(); - void Init(Diligent::IRenderDevice *pDevice, Diligent::IDeviceContext *pDeviceContext, float fMinXCoord, float fMinYCoord, float fXExtent, float fYExtent); + void Init(Diligent::IRenderDevice* pDevice, Diligent::IDeviceContext* pDeviceContext, Diligent::ISwapChain* pSwapChain, float fMinXCoord, float fMinYCoord, float fXExtent, float fYExtent); void Draw(); private: -- cgit v1.2.3