summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestRenderTarget.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-06-04 03:38:17 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-06-04 03:38:17 +0000
commit8851654997a413c24ec789d7ea8675f7c89769dd (patch)
treec2f9af9a60316ec79e3707dbf1190f5a20dbc4d2 /Tests/TestApp/src/TestRenderTarget.cpp
parentUpdated lua test in test app to use (0,0,0,1) as border color (diff)
downloadDiligentEngine-8851654997a413c24ec789d7ea8675f7c89769dd.tar.gz
DiligentEngine-8851654997a413c24ec789d7ea8675f7c89769dd.zip
Updated tests
Diffstat (limited to 'Tests/TestApp/src/TestRenderTarget.cpp')
-rw-r--r--Tests/TestApp/src/TestRenderTarget.cpp2
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)