summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-27 01:16:33 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-27 01:16:33 +0000
commite339aa92c0154ecb30a24d082ab67928aaea3ba0 (patch)
tree5097754932ea88856fe5fca2573ad58de048ba4f
parentMore .h -> .hpp renamings (diff)
downloadDiligentCore-e339aa92c0154ecb30a24d082ab67928aaea3ba0.tar.gz
DiligentCore-e339aa92c0154ecb30a24d082ab67928aaea3ba0.zip
Renamed .h -> .hpp in DiligentCoreAPITest project
-rw-r--r--Tests/DiligentCoreAPITest/CMakeLists.txt8
-rw-r--r--Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.hpp (renamed from Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.h)0
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.hpp (renamed from Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.hpp (renamed from Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.hpp (renamed from Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.hpp (renamed from Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.hpp (renamed from Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.h)0
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.hpp (renamed from Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.hpp (renamed from Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.hpp (renamed from Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.hpp (renamed from Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.hpp (renamed from Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/PSOTestBase.hpp (renamed from Tests/DiligentCoreAPITest/include/PSOTestBase.h)0
-rw-r--r--Tests/DiligentCoreAPITest/include/TestingEnvironment.hpp (renamed from Tests/DiligentCoreAPITest/include/TestingEnvironment.h)0
-rw-r--r--Tests/DiligentCoreAPITest/include/TestingSwapChainBase.hpp (renamed from Tests/DiligentCoreAPITest/include/TestingSwapChainBase.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.hpp (renamed from Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.hpp (renamed from Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.h)2
-rw-r--r--Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.hpp (renamed from Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.h)2
-rw-r--r--Tests/DiligentCoreAPITest/src/BlendStateTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/BufferAccessTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp10
-rw-r--r--Tests/DiligentCoreAPITest/src/CInterfaceTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/ComputeShaderTest.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/ComputeShaderRefenceD3D11.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/GeometryShaderRefenceD3D11.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/TessellationRefenceD3D11.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/ComputeShaderRefenceD3D12.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/GeometryShaderRefenceD3D12.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/TessellationRefenceD3D12.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/ComputeShaderRefenceGL.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/GeometryShaderRefenceGL.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/TessellationRefenceGL.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GeometryShaderTest.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/PSOTestBase.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/QueryTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/TessellationTest.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp10
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/ComputeShaderReferenceVk.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/GeometryShaderReferenceVk.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/TessellationReferenceVk.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp4
-rw-r--r--Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/main.cpp2
80 files changed, 120 insertions, 120 deletions
diff --git a/Tests/DiligentCoreAPITest/CMakeLists.txt b/Tests/DiligentCoreAPITest/CMakeLists.txt
index 86ac26bf..64006ed3 100644
--- a/Tests/DiligentCoreAPITest/CMakeLists.txt
+++ b/Tests/DiligentCoreAPITest/CMakeLists.txt
@@ -17,22 +17,22 @@ if(NOT GL_SUPPORTED AND NOT GLES_SUPPORTED)
list(REMOVE_ITEM SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/src/HLSL2GLSLConverterTest.cpp)
list(REMOVE_ITEM SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/src/CreateObjFromNativeResGL.cpp)
- list(REMOVE_ITEM INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/CreateObjFromNativeResGL.h)
+ list(REMOVE_ITEM INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/CreateObjFromNativeResGL.hpp)
endif()
if(NOT D3D11_SUPPORTED)
list(REMOVE_ITEM SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/src/CreateObjFromNativeResD3D11.cpp)
- list(REMOVE_ITEM INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/CreateObjFromNativeResD3D11.h)
+ list(REMOVE_ITEM INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/CreateObjFromNativeResD3D11.hpp)
endif()
if(NOT D3D12_SUPPORTED)
list(REMOVE_ITEM SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/src/CreateObjFromNativeResD3D12.cpp)
- list(REMOVE_ITEM INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/CreateObjFromNativeResD3D12.h)
+ list(REMOVE_ITEM INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/CreateObjFromNativeResD3D12.hpp)
endif()
if(NOT VULKAN_SUPPORTED)
list(REMOVE_ITEM SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/src/CreateObjFromNativeResVK.cpp)
- list(REMOVE_ITEM INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/CreateObjFromNativeResVK.h)
+ list(REMOVE_ITEM INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/CreateObjFromNativeResVK.hpp)
endif()
if(PLATFORM_WIN32)
diff --git a/Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.h b/Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.hpp
index 55c7de4a..55c7de4a 100644
--- a/Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.h
+++ b/Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.hpp
diff --git a/Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.h b/Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.hpp
index a9f0db64..cb7aa0c9 100644
--- a/Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.h
+++ b/Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.hpp
@@ -27,7 +27,7 @@
#pragma once
-#include "CreateObjFromNativeResTestBase.h"
+#include "CreateObjFromNativeResTestBase.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.h b/Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.hpp
index c554c344..1ea58049 100644
--- a/Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.h
+++ b/Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.hpp
@@ -29,7 +29,7 @@
#include <string>
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#ifndef NOMINMAX
# define NOMINMAX
diff --git a/Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.h b/Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.hpp
index 9f420af9..eaafcf5a 100644
--- a/Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.h
+++ b/Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.hpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingSwapChainBase.h"
+#include "TestingSwapChainBase.hpp"
#ifndef NOMINMAX
# define NOMINMAX
diff --git a/Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.h b/Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.hpp
index b13da532..cc1af257 100644
--- a/Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.h
+++ b/Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.hpp
@@ -27,7 +27,7 @@
#pragma once
-#include "CreateObjFromNativeResTestBase.h"
+#include "CreateObjFromNativeResTestBase.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.h b/Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.hpp
index 6507c646..6507c646 100644
--- a/Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.h
+++ b/Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.hpp
diff --git a/Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.h b/Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.hpp
index fcd546a5..0f3be5f1 100644
--- a/Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.h
+++ b/Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.hpp
@@ -29,7 +29,7 @@
#include <string>
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#ifndef NOMINMAX
# define NOMINMAX
diff --git a/Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.h b/Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.hpp
index b5de7d15..68a79dfd 100644
--- a/Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.h
+++ b/Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.hpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingSwapChainBase.h"
+#include "TestingSwapChainBase.hpp"
#ifndef NOMINMAX
# define NOMINMAX
diff --git a/Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.h b/Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.hpp
index a10da04d..1b476231 100644
--- a/Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.h
+++ b/Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.hpp
@@ -27,7 +27,7 @@
#pragma once
-#include "CreateObjFromNativeResTestBase.h"
+#include "CreateObjFromNativeResTestBase.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h b/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.hpp
index 10d97ba7..ca2a3569 100644
--- a/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h
+++ b/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.hpp
@@ -38,7 +38,7 @@
#include "GL/glew.h"
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.h b/Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.hpp
index c75ccaaf..a651a33f 100644
--- a/Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.h
+++ b/Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.hpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingSwapChainBase.h"
+#include "TestingSwapChainBase.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/include/PSOTestBase.h b/Tests/DiligentCoreAPITest/include/PSOTestBase.hpp
index 1e6664d5..1e6664d5 100644
--- a/Tests/DiligentCoreAPITest/include/PSOTestBase.h
+++ b/Tests/DiligentCoreAPITest/include/PSOTestBase.hpp
diff --git a/Tests/DiligentCoreAPITest/include/TestingEnvironment.h b/Tests/DiligentCoreAPITest/include/TestingEnvironment.hpp
index fbec2abb..fbec2abb 100644
--- a/Tests/DiligentCoreAPITest/include/TestingEnvironment.h
+++ b/Tests/DiligentCoreAPITest/include/TestingEnvironment.hpp
diff --git a/Tests/DiligentCoreAPITest/include/TestingSwapChainBase.h b/Tests/DiligentCoreAPITest/include/TestingSwapChainBase.hpp
index 5641e77f..edd2b30c 100644
--- a/Tests/DiligentCoreAPITest/include/TestingSwapChainBase.h
+++ b/Tests/DiligentCoreAPITest/include/TestingSwapChainBase.hpp
@@ -34,7 +34,7 @@
#include "SwapChain.h"
#include "Texture.h"
#include "TextureView.h"
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.h b/Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.hpp
index de329052..9c9f8902 100644
--- a/Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.h
+++ b/Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.hpp
@@ -27,7 +27,7 @@
#pragma once
-#include "CreateObjFromNativeResTestBase.h"
+#include "CreateObjFromNativeResTestBase.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.h b/Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.hpp
index 4a413892..18955139 100644
--- a/Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.h
+++ b/Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.hpp
@@ -29,7 +29,7 @@
#include <array>
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#define VK_NO_PROTOTYPES
#include "vulkan/vulkan.h"
diff --git a/Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.h b/Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.hpp
index 78245134..a1c552b1 100644
--- a/Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.h
+++ b/Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.hpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingSwapChainBase.h"
+#include "TestingSwapChainBase.hpp"
#define VK_NO_PROTOTYPES
#include "vulkan/vulkan.h"
diff --git a/Tests/DiligentCoreAPITest/src/BlendStateTest.cpp b/Tests/DiligentCoreAPITest/src/BlendStateTest.cpp
index 1bb2b4ab..a1b08ee9 100644
--- a/Tests/DiligentCoreAPITest/src/BlendStateTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/BlendStateTest.cpp
@@ -27,7 +27,7 @@
#include <sstream>
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "GraphicsAccessories.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp b/Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp
index 8fe22c24..9b0997d0 100644
--- a/Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/BufferAccessTest.cpp b/Tests/DiligentCoreAPITest/src/BufferAccessTest.cpp
index 510c00dd..379270cc 100644
--- a/Tests/DiligentCoreAPITest/src/BufferAccessTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/BufferAccessTest.cpp
@@ -27,7 +27,7 @@
#include <sstream>
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp b/Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp
index 3399f8b5..e7327037 100644
--- a/Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp
@@ -26,24 +26,24 @@
*/
#if D3D11_SUPPORTED
-# include "D3D11/CreateObjFromNativeResD3D11.h"
+# include "D3D11/CreateObjFromNativeResD3D11.hpp"
#endif
#if D3D12_SUPPORTED
-# include "D3D12/CreateObjFromNativeResD3D12.h"
+# include "D3D12/CreateObjFromNativeResD3D12.hpp"
#endif
#if GL_SUPPORTED || GLES_SUPPORTED
-# include "GL/CreateObjFromNativeResGL.h"
+# include "GL/CreateObjFromNativeResGL.hpp"
#endif
#if VULKAN_SUPPORTED
-# include "Vulkan/CreateObjFromNativeResVK.h"
+# include "Vulkan/CreateObjFromNativeResVK.hpp"
#endif
#include "GraphicsAccessories.hpp"
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/CInterfaceTest.cpp b/Tests/DiligentCoreAPITest/src/CInterfaceTest.cpp
index d1858809..c6dc1bb7 100644
--- a/Tests/DiligentCoreAPITest/src/CInterfaceTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/CInterfaceTest.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp b/Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp
index adb8e17b..91cccc8d 100644
--- a/Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
-#include "TestingSwapChainBase.h"
+#include "TestingEnvironment.hpp"
+#include "TestingSwapChainBase.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/ComputeShaderTest.cpp b/Tests/DiligentCoreAPITest/src/ComputeShaderTest.cpp
index e8fd6f05..fa01e815 100644
--- a/Tests/DiligentCoreAPITest/src/ComputeShaderTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/ComputeShaderTest.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
-#include "TestingSwapChainBase.h"
+#include "TestingEnvironment.hpp"
+#include "TestingSwapChainBase.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp b/Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp
index 21f1db79..db1bb967 100644
--- a/Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp
index fc679975..38a2f82f 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "D3D11/TestingEnvironmentD3D11.h"
-#include "D3D11/TestingSwapChainD3D11.h"
+#include "D3D11/TestingEnvironmentD3D11.hpp"
+#include "D3D11/TestingSwapChainD3D11.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/src/D3D11/ComputeShaderRefenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/ComputeShaderRefenceD3D11.cpp
index 0363f55f..10813fae 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/ComputeShaderRefenceD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/ComputeShaderRefenceD3D11.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "D3D11/TestingEnvironmentD3D11.h"
-#include "D3D11/TestingSwapChainD3D11.h"
+#include "D3D11/TestingEnvironmentD3D11.hpp"
+#include "D3D11/TestingSwapChainD3D11.hpp"
#include "InlineShaders/ComputeShaderTestHLSL.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp
index 3b850010..867be534 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "D3D11/CreateObjFromNativeResD3D11.h"
+#include "D3D11/CreateObjFromNativeResD3D11.hpp"
#include <d3d11.h>
#include "RenderDeviceD3D11.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp
index ada9aa2e..98ca382b 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "D3D11/TestingEnvironmentD3D11.h"
-#include "D3D11/TestingSwapChainD3D11.h"
+#include "D3D11/TestingEnvironmentD3D11.hpp"
+#include "D3D11/TestingSwapChainD3D11.hpp"
#include "InlineShaders/DrawCommandTestHLSL.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D11/GeometryShaderRefenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/GeometryShaderRefenceD3D11.cpp
index d245e985..61d09d78 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/GeometryShaderRefenceD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/GeometryShaderRefenceD3D11.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "D3D11/TestingEnvironmentD3D11.h"
-#include "D3D11/TestingSwapChainD3D11.h"
+#include "D3D11/TestingEnvironmentD3D11.hpp"
+#include "D3D11/TestingSwapChainD3D11.hpp"
#include "InlineShaders/GeometryShaderTestHLSL.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D11/TessellationRefenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/TessellationRefenceD3D11.cpp
index 565784b7..d9ba5e21 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/TessellationRefenceD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/TessellationRefenceD3D11.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "D3D11/TestingEnvironmentD3D11.h"
-#include "D3D11/TestingSwapChainD3D11.h"
+#include "D3D11/TestingEnvironmentD3D11.hpp"
+#include "D3D11/TestingSwapChainD3D11.hpp"
#include "InlineShaders/TessellationTestHLSL.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp
index a509bc16..d521ed20 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "D3D11/TestingEnvironmentD3D11.h"
+#include "D3D11/TestingEnvironmentD3D11.hpp"
#include "RenderDeviceD3D11.h"
#include "DeviceContextD3D11.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp
index e0f3f43a..52c492ea 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "../include/D3D11/TestingSwapChainD3D11.h"
+#include "../include/D3D11/TestingSwapChainD3D11.hpp"
#include "../include/DXGITypeConversions.hpp"
#include "RenderDeviceD3D11.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp
index eb491240..a9906bbd 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "D3D12/TestingEnvironmentD3D12.h"
-#include "D3D12/TestingSwapChainD3D12.h"
+#include "D3D12/TestingEnvironmentD3D12.hpp"
+#include "D3D12/TestingSwapChainD3D12.hpp"
#include "DeviceContextD3D12.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D12/ComputeShaderRefenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/ComputeShaderRefenceD3D12.cpp
index 97ea730b..cd79dec9 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/ComputeShaderRefenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/ComputeShaderRefenceD3D12.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "D3D12/TestingEnvironmentD3D12.h"
-#include "D3D12/TestingSwapChainD3D12.h"
+#include "D3D12/TestingEnvironmentD3D12.hpp"
+#include "D3D12/TestingSwapChainD3D12.hpp"
#include "DeviceContextD3D12.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp
index c8c3c308..c48550ae 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "D3D12/CreateObjFromNativeResD3D12.h"
+#include "D3D12/CreateObjFromNativeResD3D12.hpp"
#include <d3d12.h>
#include "RenderDeviceD3D12.h"
#include "TextureD3D12.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp b/Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp
index f249fa72..45522964 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "D3D12/D3D12DebugLayerSetNameBugWorkaround.h"
+#include "D3D12/D3D12DebugLayerSetNameBugWorkaround.hpp"
#include "RefCntAutoPtr.hpp"
diff --git a/Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp
index b930ac8f..f4655dee 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "D3D12/TestingEnvironmentD3D12.h"
-#include "D3D12/TestingSwapChainD3D12.h"
+#include "D3D12/TestingEnvironmentD3D12.hpp"
+#include "D3D12/TestingSwapChainD3D12.hpp"
#include "../include/DXGITypeConversions.hpp"
#include "../include/d3dx12_win.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D12/GeometryShaderRefenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/GeometryShaderRefenceD3D12.cpp
index 51ebce49..f001bcb6 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/GeometryShaderRefenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/GeometryShaderRefenceD3D12.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "D3D12/TestingEnvironmentD3D12.h"
-#include "D3D12/TestingSwapChainD3D12.h"
+#include "D3D12/TestingEnvironmentD3D12.hpp"
+#include "D3D12/TestingSwapChainD3D12.hpp"
#include "../include/DXGITypeConversions.hpp"
#include "../include/d3dx12_win.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D12/TessellationRefenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/TessellationRefenceD3D12.cpp
index f0551e47..5e6235d4 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/TessellationRefenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/TessellationRefenceD3D12.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "D3D12/TestingEnvironmentD3D12.h"
-#include "D3D12/TestingSwapChainD3D12.h"
+#include "D3D12/TestingEnvironmentD3D12.hpp"
+#include "D3D12/TestingSwapChainD3D12.hpp"
#include "../include/DXGITypeConversions.hpp"
#include "../include/d3dx12_win.h"
diff --git a/Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp
index 77aa6da9..6ec17a6a 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "D3D12/TestingEnvironmentD3D12.h"
+#include "D3D12/TestingEnvironmentD3D12.hpp"
#include "RenderDeviceD3D12.h"
namespace Diligent
diff --git a/Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp
index 43a3fc33..facb607c 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp
@@ -27,8 +27,8 @@
#include <vector>
-#include "D3D12/TestingEnvironmentD3D12.h"
-#include "D3D12/TestingSwapChainD3D12.h"
+#include "D3D12/TestingEnvironmentD3D12.hpp"
+#include "D3D12/TestingSwapChainD3D12.hpp"
#include "../include/DXGITypeConversions.hpp"
#include "RenderDeviceD3D12.h"
diff --git a/Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp b/Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp
index 8f32a3c7..84d360be 100644
--- a/Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
-#include "PSOTestBase.h"
+#include "TestingEnvironment.hpp"
+#include "PSOTestBase.hpp"
#include "GraphicsAccessories.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp b/Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp
index 639397f3..bea6ac31 100644
--- a/Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
-#include "TestingSwapChainBase.h"
+#include "TestingEnvironment.hpp"
+#include "TestingSwapChainBase.hpp"
#include "BasicMath.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp
index d2fb226a..feff175e 100644
--- a/Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "GL/TestingEnvironmentGL.h"
-#include "GL/TestingSwapChainGL.h"
+#include "GL/TestingEnvironmentGL.hpp"
+#include "GL/TestingSwapChainGL.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/src/GL/ComputeShaderRefenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/ComputeShaderRefenceGL.cpp
index 0c92e006..cc95b679 100644
--- a/Tests/DiligentCoreAPITest/src/GL/ComputeShaderRefenceGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/ComputeShaderRefenceGL.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "GL/TestingEnvironmentGL.h"
-#include "GL/TestingSwapChainGL.h"
+#include "GL/TestingEnvironmentGL.hpp"
+#include "GL/TestingSwapChainGL.hpp"
#include "InlineShaders/ComputeShaderTestGLSL.h"
diff --git a/Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp b/Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp
index 13057d01..92774d6d 100644
--- a/Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp
@@ -88,7 +88,7 @@
#include "BufferGL.h"
#include "GraphicsAccessories.hpp"
-#include "GL/CreateObjFromNativeResGL.h"
+#include "GL/CreateObjFromNativeResGL.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp
index 0e8254b1..8f3cce31 100644
--- a/Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "GL/TestingEnvironmentGL.h"
-#include "GL/TestingSwapChainGL.h"
+#include "GL/TestingEnvironmentGL.hpp"
+#include "GL/TestingSwapChainGL.hpp"
#include "InlineShaders/DrawCommandTestGLSL.h"
diff --git a/Tests/DiligentCoreAPITest/src/GL/GeometryShaderRefenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/GeometryShaderRefenceGL.cpp
index 6536719f..ba480463 100644
--- a/Tests/DiligentCoreAPITest/src/GL/GeometryShaderRefenceGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/GeometryShaderRefenceGL.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "GL/TestingEnvironmentGL.h"
-#include "GL/TestingSwapChainGL.h"
+#include "GL/TestingEnvironmentGL.hpp"
+#include "GL/TestingSwapChainGL.hpp"
#include "InlineShaders/GeometryShaderTestGLSL.h"
diff --git a/Tests/DiligentCoreAPITest/src/GL/TessellationRefenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/TessellationRefenceGL.cpp
index f0e48642..8bbbd338 100644
--- a/Tests/DiligentCoreAPITest/src/GL/TessellationRefenceGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/TessellationRefenceGL.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "GL/TestingEnvironmentGL.h"
-#include "GL/TestingSwapChainGL.h"
+#include "GL/TestingEnvironmentGL.hpp"
+#include "GL/TestingSwapChainGL.hpp"
#include "InlineShaders/TessellationTestGLSL.h"
diff --git a/Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp b/Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp
index 36592bc8..74f736aa 100644
--- a/Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "GL/TestingEnvironmentGL.h"
+#include "GL/TestingEnvironmentGL.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp b/Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp
index 79c91714..d6956814 100644
--- a/Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "GL/TestingEnvironmentGL.h"
-#include "GL/TestingSwapChainGL.h"
+#include "GL/TestingEnvironmentGL.hpp"
+#include "GL/TestingSwapChainGL.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp b/Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp
index ed64ef9e..ff1764aa 100644
--- a/Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/GeometryShaderTest.cpp b/Tests/DiligentCoreAPITest/src/GeometryShaderTest.cpp
index 9d7cfd11..85881d9b 100644
--- a/Tests/DiligentCoreAPITest/src/GeometryShaderTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/GeometryShaderTest.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
-#include "TestingSwapChainBase.h"
+#include "TestingEnvironment.hpp"
+#include "TestingSwapChainBase.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp b/Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp
index d10123c3..9d48fedf 100644
--- a/Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "HLSL2GLSLConverter.h"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp b/Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp
index 3f050561..7984ec7b 100644
--- a/Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp
@@ -29,10 +29,10 @@
#include <atomic>
#include <algorithm>
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "ThreadSignal.hpp"
#if D3D12_SUPPORTED
-# include "D3D12/D3D12DebugLayerSetNameBugWorkaround.h"
+# include "D3D12/D3D12DebugLayerSetNameBugWorkaround.hpp"
#endif
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp b/Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp
index 6ad2ab47..06c3254e 100644
--- a/Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/PSOTestBase.cpp b/Tests/DiligentCoreAPITest/src/PSOTestBase.cpp
index 96a71b6d..dbafc458 100644
--- a/Tests/DiligentCoreAPITest/src/PSOTestBase.cpp
+++ b/Tests/DiligentCoreAPITest/src/PSOTestBase.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "PSOTestBase.h"
-#include "TestingEnvironment.h"
+#include "PSOTestBase.hpp"
+#include "TestingEnvironment.hpp"
namespace Diligent
{
diff --git a/Tests/DiligentCoreAPITest/src/QueryTest.cpp b/Tests/DiligentCoreAPITest/src/QueryTest.cpp
index 2030d827..41c2cfeb 100644
--- a/Tests/DiligentCoreAPITest/src/QueryTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/QueryTest.cpp
@@ -29,7 +29,7 @@
#include <vector>
#include <thread>
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp b/Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp
index 86f22c95..c4897cd2 100644
--- a/Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
-#include "PSOTestBase.h"
+#include "TestingEnvironment.hpp"
+#include "PSOTestBase.hpp"
#include "GraphicsAccessories.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp b/Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp
index 69ab777f..4a21d2de 100644
--- a/Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp
@@ -28,7 +28,7 @@
#include <algorithm>
#include <cctype>
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "Sampler.h"
#include "GraphicsAccessories.hpp"
diff --git a/Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp b/Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp
index e41b8122..3bbdb1e0 100644
--- a/Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp b/Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp
index 1af10b5d..7461f833 100644
--- a/Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp b/Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp
index a2526714..0f8c0651 100644
--- a/Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp
@@ -28,7 +28,7 @@
#include <vector>
#include <algorithm>
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "ShaderMacroHelper.hpp"
#include "GraphicsAccessories.hpp"
diff --git a/Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp b/Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp
index cffd2f9a..c5bd82db 100644
--- a/Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp
@@ -28,7 +28,7 @@
#include "GraphicsAccessories.hpp"
#include "../../../Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h"
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/TessellationTest.cpp b/Tests/DiligentCoreAPITest/src/TessellationTest.cpp
index a9f4ae35..05131f86 100644
--- a/Tests/DiligentCoreAPITest/src/TessellationTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/TessellationTest.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
-#include "TestingSwapChainBase.h"
+#include "TestingEnvironment.hpp"
+#include "TestingSwapChainBase.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp b/Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp
index 21239c57..88bcdf5e 100644
--- a/Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp
+++ b/Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp
@@ -25,9 +25,9 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "PlatformDebug.h"
-#include "TestingSwapChainBase.h"
+#include "TestingSwapChainBase.hpp"
#if D3D11_SUPPORTED
# include "EngineFactoryD3D11.h"
diff --git a/Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp b/Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp
index ea4a4fc4..294dee1b 100644
--- a/Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp
+++ b/Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp
@@ -29,7 +29,7 @@
#include <cstdlib>
#include <algorithm>
-#include "TestingSwapChainBase.h"
+#include "TestingSwapChainBase.hpp"
#include "GraphicsAccessories.hpp"
#define STB_IMAGE_WRITE_IMPLEMENTATION
diff --git a/Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp b/Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp
index 150379ff..a6e4bf8d 100644
--- a/Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp
@@ -31,22 +31,22 @@
#include "GraphicsAccessories.hpp"
#if D3D11_SUPPORTED
-# include "D3D11/CreateObjFromNativeResD3D11.h"
+# include "D3D11/CreateObjFromNativeResD3D11.hpp"
#endif
#if D3D12_SUPPORTED
-# include "D3D12/CreateObjFromNativeResD3D12.h"
+# include "D3D12/CreateObjFromNativeResD3D12.hpp"
#endif
#if GL_SUPPORTED || GLES_SUPPORTED
-# include "GL/CreateObjFromNativeResGL.h"
+# include "GL/CreateObjFromNativeResGL.hpp"
#endif
#if VULKAN_SUPPORTED
-# include "Vulkan/CreateObjFromNativeResVK.h"
+# include "Vulkan/CreateObjFromNativeResVK.hpp"
#endif
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp
index ca16e487..cb52f3d2 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "Vulkan/TestingEnvironmentVk.h"
-#include "Vulkan/TestingSwapChainVk.h"
+#include "Vulkan/TestingEnvironmentVk.hpp"
+#include "Vulkan/TestingSwapChainVk.hpp"
#include "DeviceContextVk.h"
diff --git a/Tests/DiligentCoreAPITest/src/Vulkan/ComputeShaderReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/ComputeShaderReferenceVk.cpp
index 0107f385..cef83408 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/ComputeShaderReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/ComputeShaderReferenceVk.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "Vulkan/TestingEnvironmentVk.h"
-#include "Vulkan/TestingSwapChainVk.h"
+#include "Vulkan/TestingEnvironmentVk.hpp"
+#include "Vulkan/TestingSwapChainVk.hpp"
#include "DeviceContextVk.h"
diff --git a/Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp
index 238e7183..e3a8bbf2 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp
@@ -35,7 +35,7 @@
#include "BufferVk.h"
#include "GraphicsAccessories.hpp"
-#include "Vulkan/CreateObjFromNativeResVK.h"
+#include "Vulkan/CreateObjFromNativeResVK.hpp"
#include "gtest/gtest.h"
diff --git a/Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp
index fa2b1b34..1c049c00 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "Vulkan/TestingEnvironmentVk.h"
-#include "Vulkan/TestingSwapChainVk.h"
+#include "Vulkan/TestingEnvironmentVk.hpp"
+#include "Vulkan/TestingSwapChainVk.hpp"
#include "DeviceContextVk.h"
diff --git a/Tests/DiligentCoreAPITest/src/Vulkan/GeometryShaderReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/GeometryShaderReferenceVk.cpp
index 40c19da9..bd24bc55 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/GeometryShaderReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/GeometryShaderReferenceVk.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "Vulkan/TestingEnvironmentVk.h"
-#include "Vulkan/TestingSwapChainVk.h"
+#include "Vulkan/TestingEnvironmentVk.hpp"
+#include "Vulkan/TestingSwapChainVk.hpp"
#include "DeviceContextVk.h"
diff --git a/Tests/DiligentCoreAPITest/src/Vulkan/TessellationReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/TessellationReferenceVk.cpp
index d5e55afc..7b8212d5 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/TessellationReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/TessellationReferenceVk.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "Vulkan/TestingEnvironmentVk.h"
-#include "Vulkan/TestingSwapChainVk.h"
+#include "Vulkan/TestingEnvironmentVk.hpp"
+#include "Vulkan/TestingSwapChainVk.hpp"
#include "DeviceContextVk.h"
diff --git a/Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp
index 8f3b7125..dc56d65c 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "Vulkan/TestingEnvironmentVk.h"
+#include "Vulkan/TestingEnvironmentVk.hpp"
#include "RenderDeviceVk.h"
#include "DeviceContextVk.h"
diff --git a/Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp
index 3f383161..df5d230e 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp
@@ -25,8 +25,8 @@
* of the possibility of such damages.
*/
-#include "Vulkan/TestingSwapChainVk.h"
-#include "Vulkan/TestingEnvironmentVk.h"
+#include "Vulkan/TestingSwapChainVk.hpp"
+#include "Vulkan/TestingEnvironmentVk.hpp"
#include "RenderDeviceVk.h"
#include "DeviceContextVk.h"
diff --git a/Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp b/Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp
index e3629b41..42209988 100644
--- a/Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp
+++ b/Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp
@@ -25,7 +25,7 @@
* of the possibility of such damages.
*/
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#ifndef NOMINMAX
# define NOMINMAX
diff --git a/Tests/DiligentCoreAPITest/src/main.cpp b/Tests/DiligentCoreAPITest/src/main.cpp
index 13aa5ab8..50e632fe 100644
--- a/Tests/DiligentCoreAPITest/src/main.cpp
+++ b/Tests/DiligentCoreAPITest/src/main.cpp
@@ -28,7 +28,7 @@
#include <iostream>
#include "gtest/gtest.h"
-#include "TestingEnvironment.h"
+#include "TestingEnvironment.hpp"
#if PLATFORM_WIN32
# include <crtdbg.h>