diff options
Diffstat (limited to 'Tests/TestApp/include/TestComputeShaders.h')
| -rw-r--r-- | Tests/TestApp/include/TestComputeShaders.h | 2 |
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: |
