From 40478aa91ab8b93fa84a15addbfca10b22c2db56 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 22 Dec 2019 23:44:07 -0800 Subject: Fixed formatting --- Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h | 2 +- Tests/DiligentCoreAPITest/include/TestingEnvironment.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h b/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h index 6df37ca1..f73f9740 100644 --- a/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h +++ b/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h @@ -55,7 +55,7 @@ public: GLuint GetDummyVAO() { return m_DummyVAO; } - virtual void Reset()override final; + virtual void Reset() override final; private: GLuint m_DummyVAO = 0; diff --git a/Tests/DiligentCoreAPITest/include/TestingEnvironment.h b/Tests/DiligentCoreAPITest/include/TestingEnvironment.h index c1ab4cbc..c282c496 100644 --- a/Tests/DiligentCoreAPITest/include/TestingEnvironment.h +++ b/Tests/DiligentCoreAPITest/include/TestingEnvironment.h @@ -61,6 +61,7 @@ public: void TearDown() override final; virtual void Reset(); + void ReleaseResources(); class ScopedReset -- cgit v1.2.3