diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-06-04 03:38:17 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-06-04 03:38:17 +0000 |
| commit | 8851654997a413c24ec789d7ea8675f7c89769dd (patch) | |
| tree | c2f9af9a60316ec79e3707dbf1190f5a20dbc4d2 /Tests/TestApp/src/TestRenderTarget.cpp | |
| parent | Updated lua test in test app to use (0,0,0,1) as border color (diff) | |
| download | DiligentEngine-8851654997a413c24ec789d7ea8675f7c89769dd.tar.gz DiligentEngine-8851654997a413c24ec789d7ea8675f7c89769dd.zip | |
Updated tests
Diffstat (limited to 'Tests/TestApp/src/TestRenderTarget.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestRenderTarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestRenderTarget.cpp b/Tests/TestApp/src/TestRenderTarget.cpp index 0cbaf2c..84ad661 100644 --- a/Tests/TestApp/src/TestRenderTarget.cpp +++ b/Tests/TestApp/src/TestRenderTarget.cpp @@ -53,7 +53,7 @@ void TestRenderTarget::Init( IRenderDevice *pDevice, IDeviceContext *pDeviceCont pScriptParser->SetGlobalVariable( "YExt", fYExtent ); } ); } - + void TestRenderTarget::Draw() { if(!m_pDeviceContext) |
