summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/include/TestRenderTarget.h
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2019-12-13 01:48:34 +0000
committerassiduous <assiduous@diligentgraphics.com>2019-12-13 01:48:34 +0000
commit8df96e2df8decdd134beae14bf2cec68b6dd5230 (patch)
treecc03d887198f94be22beebecc08efc152f282245 /Tests/TestApp/include/TestRenderTarget.h
parentUpdated submodules (added unit tests). Reworked TestApp (diff)
downloadDiligentEngine-8df96e2df8decdd134beae14bf2cec68b6dd5230.tar.gz
DiligentEngine-8df96e2df8decdd134beae14bf2cec68b6dd5230.zip
Removed RenderScript & Lua; updated submodules
Diffstat (limited to 'Tests/TestApp/include/TestRenderTarget.h')
-rw-r--r--Tests/TestApp/include/TestRenderTarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/TestApp/include/TestRenderTarget.h b/Tests/TestApp/include/TestRenderTarget.h
index 2122804..0468f00 100644
--- a/Tests/TestApp/include/TestRenderTarget.h
+++ b/Tests/TestApp/include/TestRenderTarget.h
@@ -23,7 +23,6 @@
#pragma once
-#include "ScriptParser.h"
#include "UnitTestBase.h"
class TestRenderTarget : public UnitTestBase
@@ -38,5 +37,4 @@ private:
Diligent::RefCntAutoPtr<Diligent::IRenderDevice> m_pRenderDevice;
Diligent::RefCntAutoPtr<Diligent::IDeviceContext> m_pDeviceContext;
- Diligent::RefCntAutoPtr<Diligent::ScriptParser> m_pRenderScript;
};