summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/include/TestRenderTarget.h
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-07-03 15:46:14 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-07-03 15:46:14 +0000
commit8dda69439aae8e8e0a60748ba04791712c2aeeb3 (patch)
treea6218da26abb18ea7a249f8426e63d397b1929e3 /Tests/TestApp/include/TestRenderTarget.h
parentUpdated unit tests to set DSV format in PSO (diff)
downloadDiligentEngine-8dda69439aae8e8e0a60748ba04791712c2aeeb3.tar.gz
DiligentEngine-8dda69439aae8e8e0a60748ba04791712c2aeeb3.zip
Updated Math lib tests and render target test
Diffstat (limited to 'Tests/TestApp/include/TestRenderTarget.h')
-rw-r--r--Tests/TestApp/include/TestRenderTarget.h2
1 files changed, 1 insertions, 1 deletions
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: