diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-13 01:48:34 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-13 01:48:34 +0000 |
| commit | 8df96e2df8decdd134beae14bf2cec68b6dd5230 (patch) | |
| tree | cc03d887198f94be22beebecc08efc152f282245 /Tests/TestApp/include/TestRenderTarget.h | |
| parent | Updated submodules (added unit tests). Reworked TestApp (diff) | |
| download | DiligentEngine-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.h | 2 |
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; }; |
