From 51de05346f0cb202f6ba80d5e9dfa996a97bae4e Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 4 Dec 2019 20:47:45 -0800 Subject: Updated core & tools. Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/67, fixed https://github.com/DiligentGraphics/DiligentEngine/issues/49 --- Tests/TestApp/include/TestApp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Tests/TestApp/include/TestApp.h') diff --git a/Tests/TestApp/include/TestApp.h b/Tests/TestApp/include/TestApp.h index 96e7264..6380f65 100644 --- a/Tests/TestApp/include/TestApp.h +++ b/Tests/TestApp/include/TestApp.h @@ -42,7 +42,6 @@ #include "TestRenderTarget.h" #include "MTResourceCreationTest.h" #include "TestShaderResArrays.h" -#include "SmartPointerTest.h" #include "TestGeometryShader.h" #include "TestTessellation.h" @@ -93,7 +92,6 @@ protected: RefCntAutoPtr m_pFence; Uint64 m_NextFenceValue = 1; - SmartPointerTest m_SmartPointerTest; double m_CurrTime = 0; }; -- cgit v1.2.3