From 8df96e2df8decdd134beae14bf2cec68b6dd5230 Mon Sep 17 00:00:00 2001 From: assiduous Date: Thu, 12 Dec 2019 17:48:34 -0800 Subject: Removed RenderScript & Lua; updated submodules --- Tests/TestApp/include/TestRenderTarget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Tests/TestApp/include/TestRenderTarget.h') 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 m_pRenderDevice; Diligent::RefCntAutoPtr m_pDeviceContext; - Diligent::RefCntAutoPtr m_pRenderScript; }; -- cgit v1.2.3