summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/include/TestDrawCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/include/TestDrawCommands.h')
-rw-r--r--Tests/TestApp/include/TestDrawCommands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/include/TestDrawCommands.h b/Tests/TestApp/include/TestDrawCommands.h
index 2600c39..d8a1d88 100644
--- a/Tests/TestApp/include/TestDrawCommands.h
+++ b/Tests/TestApp/include/TestDrawCommands.h
@@ -32,7 +32,7 @@ public:
static const int TriGridSize = 16;
- 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: