summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/include/TestApp.h
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-12-05 04:47:45 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-12-05 04:47:45 +0000
commit51de05346f0cb202f6ba80d5e9dfa996a97bae4e (patch)
tree2b124205a506a4d5921948578a2cd6a3f83f3801 /Tests/TestApp/include/TestApp.h
parentAdded DILIGENT_BUILD_TOOLS cmake option (diff)
downloadDiligentEngine-51de05346f0cb202f6ba80d5e9dfa996a97bae4e.tar.gz
DiligentEngine-51de05346f0cb202f6ba80d5e9dfa996a97bae4e.zip
Updated core & tools. Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/67, fixed https://github.com/DiligentGraphics/DiligentEngine/issues/49
Diffstat (limited to 'Tests/TestApp/include/TestApp.h')
-rw-r--r--Tests/TestApp/include/TestApp.h2
1 files changed, 0 insertions, 2 deletions
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<IFence> m_pFence;
Uint64 m_NextFenceValue = 1;
- SmartPointerTest m_SmartPointerTest;
double m_CurrTime = 0;
};