summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/include/TestComputeShaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/include/TestComputeShaders.h')
-rw-r--r--Tests/TestApp/include/TestComputeShaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/include/TestComputeShaders.h b/Tests/TestApp/include/TestComputeShaders.h
index 38bf64e..bf10202 100644
--- a/Tests/TestApp/include/TestComputeShaders.h
+++ b/Tests/TestApp/include/TestComputeShaders.h
@@ -31,7 +31,7 @@ class TestComputeShaders : public UnitTestBase
public:
TestComputeShaders();
- void Init(Diligent::IRenderDevice *pDevice, Diligent::IDeviceContext *pContext);
+ void Init(Diligent::IRenderDevice *pDevice, Diligent::IDeviceContext *pContext, Diligent::ISwapChain *pSwapChain);
void Draw();
private: