diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-20 02:51:54 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-20 02:51:54 +0000 |
| commit | c376f42b73fe548cbd6fa0fb529df8dc7020be76 (patch) | |
| tree | 20e50ee93f62c4fb2ef6f21a67befbacf29c0b55 | |
| parent | Added ClearRenderTarget test; fixed issue with bound render targets in D3D12 ... (diff) | |
| download | DiligentCore-c376f42b73fe548cbd6fa0fb529df8dc7020be76.tar.gz DiligentCore-c376f42b73fe548cbd6fa0fb529df8dc7020be76.zip | |
Renamed UnitTests folder to Tests
| -rw-r--r-- | BuildTools/FormatValidation/validate_format_win.bat | 4 | ||||
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | Tests/CMakeLists.txt (renamed from UnitTests/CMakeLists.txt) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/CMakeLists.txt (renamed from UnitTests/DiligentCoreAPITest/CMakeLists.txt) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWBuff.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWBuff.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex1D.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex1D.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_1.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_1.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_2.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_2.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/IncludeTest.h (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/IncludeTest.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/VS_PS.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/VS_PS.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.psh (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.psh) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.vsh (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.vsh) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/ConstantBuffers.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/ConstantBuffers.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/FormattedBuffers.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/FormattedBuffers.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWFormattedBuffers.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWFormattedBuffers.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.glsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.glsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWTextures.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWTextures.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Samplers.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Samplers.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StaticSamplers.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StaticSamplers.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.glsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.glsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Textures.hlsl (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Textures.hlsl) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.psh (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.psh) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.vsh (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.vsh) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.psh (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.psh) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.vsh (renamed from UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.vsh) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.h (renamed from UnitTests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.h (renamed from UnitTests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.h (renamed from UnitTests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.h (renamed from UnitTests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.h (renamed from UnitTests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.h (renamed from UnitTests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.h (renamed from UnitTests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.h (renamed from UnitTests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.h (renamed from UnitTests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h (renamed from UnitTests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.h (renamed from UnitTests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/PSOTestBase.h (renamed from UnitTests/DiligentCoreAPITest/include/PSOTestBase.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/TestingEnvironment.h (renamed from UnitTests/DiligentCoreAPITest/include/TestingEnvironment.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/TestingSwapChainBase.h (renamed from UnitTests/DiligentCoreAPITest/include/TestingSwapChainBase.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.h (renamed from UnitTests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.h (renamed from UnitTests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.h (renamed from UnitTests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.h) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/BlendStateTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/BlendStateTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/BrokenShaderTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/BufferCreationTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/CopyTextureTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp (renamed from UnitTests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp (renamed from UnitTests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp (renamed from UnitTests/DiligentCoreAPITest/src/D3D11/DrawCommandRefenceD3D11.cpp) | 2 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp (renamed from UnitTests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp (renamed from UnitTests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp (renamed from UnitTests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp (renamed from UnitTests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp (renamed from UnitTests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp (renamed from UnitTests/DiligentCoreAPITest/src/D3D12/DrawCommandRefenceD3D12.cpp) | 2 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp (renamed from UnitTests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp (renamed from UnitTests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/DrawCommandTest.cpp) | 16 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp (renamed from UnitTests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp (renamed from UnitTests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp (renamed from UnitTests/DiligentCoreAPITest/src/GL/DrawCommandRefenceGL.cpp) | 2 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp (renamed from UnitTests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp (renamed from UnitTests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/GenerateMipsTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/PSOTestBase.cpp (renamed from UnitTests/DiligentCoreAPITest/src/PSOTestBase.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/RasterizerStateTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/SamplerCreationTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp (renamed from UnitTests/DiligentCoreAPITest/src/TestingEnvironment.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp (renamed from UnitTests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp (renamed from UnitTests/DiligentCoreAPITest/src/TextureCreationTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp (renamed from UnitTests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp (renamed from UnitTests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp (renamed from UnitTests/DiligentCoreAPITest/src/Vulkan/DrawCommandRefenceVk.cpp) | 2 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp (renamed from UnitTests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp (renamed from UnitTests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp (renamed from UnitTests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreAPITest/src/main.cpp (renamed from UnitTests/DiligentCoreAPITest/src/main.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreTest/CMakeLists.txt (renamed from UnitTests/DiligentCoreTest/CMakeLists.txt) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreTest/src/Common/AllocatorTest.cpp (renamed from UnitTests/DiligentCoreTest/src/Common/AllocatorTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreTest/src/Common/MathLibTest.cpp (renamed from UnitTests/DiligentCoreTest/src/Common/MathLibTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreTest/src/Common/RefCntAutoPtrTest.cpp (renamed from UnitTests/DiligentCoreTest/src/Common/RefCntAutoPtrTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreTest/src/Common/StringToolsTest.cpp (renamed from UnitTests/DiligentCoreTest/src/Common/StringToolsTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp (renamed from UnitTests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreTest/src/GraphicsAccessories/ResourceReleaseQueueTest.cpp (renamed from UnitTests/DiligentCoreTest/src/GraphicsAccessories/ResourceReleaseQueueTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.cpp (renamed from UnitTests/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreTest/src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.cpp (renamed from UnitTests/DiligentCoreTest/src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/DiligentCoreTest/src/Platforms/PlatformMiscTest.cpp (renamed from UnitTests/DiligentCoreTest/src/Platforms/PlatformMiscTest.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/CMakeLists.txt (renamed from UnitTests/IncludeTest/CMakeLists.txt) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/AdvancedMathH_test.cpp (renamed from UnitTests/IncludeTest/Common/AdvancedMathH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/BasicFileStreamH_test.cpp (renamed from UnitTests/IncludeTest/Common/BasicFileStreamH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/BasicMathH_test.cpp (renamed from UnitTests/IncludeTest/Common/BasicMathH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/DataBlobImplH_test.cpp (renamed from UnitTests/IncludeTest/Common/DataBlobImplH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.cpp (renamed from UnitTests/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/FileWrapperH_test.cpp (renamed from UnitTests/IncludeTest/Common/FileWrapperH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.cpp (renamed from UnitTests/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/HashUtilsH_test.cpp (renamed from UnitTests/IncludeTest/Common/HashUtilsH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/LockHelperH_test.cpp (renamed from UnitTests/IncludeTest/Common/LockHelperH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/ObjectBaseH_test.cpp (renamed from UnitTests/IncludeTest/Common/ObjectBaseH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/RefCntAutoPtrH_test.cpp (renamed from UnitTests/IncludeTest/Common/RefCntAutoPtrH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/RefCountedObjectImplH_test.cpp (renamed from UnitTests/IncludeTest/Common/RefCountedObjectImplH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/STDAllocatorH_test.cpp (renamed from UnitTests/IncludeTest/Common/STDAllocatorH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/StringDataBlobImplH_test.cpp (renamed from UnitTests/IncludeTest/Common/StringDataBlobImplH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/StringPool_test.cpp (renamed from UnitTests/IncludeTest/Common/StringPool_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/StringToolsH_test.cpp (renamed from UnitTests/IncludeTest/Common/StringToolsH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/ThreadSignalH_test.cpp (renamed from UnitTests/IncludeTest/Common/ThreadSignalH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/TimerH_test.cpp (renamed from UnitTests/IncludeTest/Common/TimerH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/UniqueIdentifierH_test.cpp (renamed from UnitTests/IncludeTest/Common/UniqueIdentifierH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Common/ValidatedCastH_test.cpp (renamed from UnitTests/IncludeTest/Common/ValidatedCastH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsAccessories/ColorConversionH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsAccessories/ColorConversionH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsAccessories/RingBufferH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsAccessories/RingBufferH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsAccessories/VariableSizeAllocationsManagerH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsAccessories/VariableSizeAllocationsManagerH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/BlendStateH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/BlendStateH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/BufferH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/BufferH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/BufferViewH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/BufferViewH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/CommandListH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/CommandListH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/ConstantsH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/ConstantsH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/DeviceCapsH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/DeviceCapsH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/DeviceContextH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/DeviceObjectH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/EngineFactoryH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/FenceH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/FenceH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/InputLayoutH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/MapHelperH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/MapHelperH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/PipelineStateH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/RasterizerStateH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/RenderDeviceH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/ResourceMappingH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/SamplerH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/SamplerH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/ShaderH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/ShaderH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/SwapChainH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/SwapChainH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/TextureH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/TextureH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngine/TextureViewH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngine/TextureViewH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/BufferVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/FenceVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsEngineVk/TextureVkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.cpp (renamed from UnitTests/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsTools/TextureUploaderGLH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsTools/TextureUploaderGLH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/GraphicsTools/TextureUploaderH_test.cpp (renamed from UnitTests/IncludeTest/GraphicsTools/TextureUploaderH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Platforms/AtomicsH_test.cpp (renamed from UnitTests/IncludeTest/Platforms/AtomicsH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Platforms/FileSystemH_test.cpp (renamed from UnitTests/IncludeTest/Platforms/FileSystemH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Platforms/PlatformDebugH_test.cpp (renamed from UnitTests/IncludeTest/Platforms/PlatformDebugH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Platforms/PlatformDefinitionsH_test.cpp (renamed from UnitTests/IncludeTest/Platforms/PlatformDefinitionsH_test.cpp) | 0 | ||||
| -rw-r--r-- | Tests/IncludeTest/Platforms/PlatformMiscH_test.cpp (renamed from UnitTests/IncludeTest/Platforms/PlatformMiscH_test.cpp) | 0 |
222 files changed, 15 insertions, 15 deletions
diff --git a/BuildTools/FormatValidation/validate_format_win.bat b/BuildTools/FormatValidation/validate_format_win.bat index fad47419..10a0bf5d 100644 --- a/BuildTools/FormatValidation/validate_format_win.bat +++ b/BuildTools/FormatValidation/validate_format_win.bat @@ -1,6 +1,6 @@ python clang-format-validate.py --color never --clang-format-executable clang-format_10.0.0.exe ^ --r ../../Common ../../Graphics ../../Platforms ../../Primitives ../../UnitTests ^ +-r ../../Common ../../Graphics ../../Platforms ../../Primitives ../../Tests ^ --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h ^ --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h ^ --exclude ../../Graphics/GraphicsEngineVulkan/shaders/* ^ ---exclude ../../UnitTests/DiligentCoreAPITest/assets/* +--exclude ../../Tests/DiligentCoreAPITest/assets/* diff --git a/CMakeLists.txt b/CMakeLists.txt index def4dff4..605e9828 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -306,7 +306,7 @@ add_subdirectory(Common) add_subdirectory(Graphics) if(DILIGENT_BUILD_TESTS) - add_subdirectory(UnitTests) + add_subdirectory(Tests) endif() diff --git a/UnitTests/CMakeLists.txt b/Tests/CMakeLists.txt index 4a867e45..4a867e45 100644 --- a/UnitTests/CMakeLists.txt +++ b/Tests/CMakeLists.txt diff --git a/UnitTests/DiligentCoreAPITest/CMakeLists.txt b/Tests/DiligentCoreAPITest/CMakeLists.txt index f0c2673c..f0c2673c 100644 --- a/UnitTests/DiligentCoreAPITest/CMakeLists.txt +++ b/Tests/DiligentCoreAPITest/CMakeLists.txt diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWBuff.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWBuff.hlsl index fdfdb2ec..fdfdb2ec 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWBuff.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWBuff.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex1D.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex1D.hlsl index 306ec599..306ec599 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex1D.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex1D.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_1.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_1.hlsl index a60f8413..a60f8413 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_1.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_1.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_2.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_2.hlsl index bfaa4050..bfaa4050 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_2.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/CS_RWTex2D_2.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/IncludeTest.h b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/IncludeTest.h index dd6128d5..dd6128d5 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/IncludeTest.h +++ b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/IncludeTest.h diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/VS_PS.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/VS_PS.hlsl index 7560231d..7560231d 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/VS_PS.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/HLSL2GLSLConverter/VS_PS.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.psh b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.psh index 51f570c1..51f570c1 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.psh +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.psh diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.vsh b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.vsh index b244a512..b244a512 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.vsh +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceArrayTest.vsh diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/ConstantBuffers.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/ConstantBuffers.hlsl index 1a578bd6..1a578bd6 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/ConstantBuffers.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/ConstantBuffers.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/FormattedBuffers.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/FormattedBuffers.hlsl index a32ae31c..a32ae31c 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/FormattedBuffers.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/FormattedBuffers.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWFormattedBuffers.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWFormattedBuffers.hlsl index 30e3d321..30e3d321 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWFormattedBuffers.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWFormattedBuffers.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.glsl b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.glsl index a4a6c257..a4a6c257 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.glsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.glsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.hlsl index 99e68ca8..99e68ca8 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWStructuredBuffers.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWTextures.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWTextures.hlsl index c11ce380..c11ce380 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWTextures.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/RWTextures.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Samplers.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Samplers.hlsl index ad8cbe72..ad8cbe72 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Samplers.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Samplers.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StaticSamplers.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StaticSamplers.hlsl index 01418379..01418379 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StaticSamplers.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StaticSamplers.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.glsl b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.glsl index 91e74cca..91e74cca 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.glsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.glsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.hlsl index ad02a84c..ad02a84c 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/StructuredBuffers.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Textures.hlsl b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Textures.hlsl index 5f9ed026..5f9ed026 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Textures.hlsl +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderResourceLayout/Textures.hlsl diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.psh b/Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.psh index fff038ed..fff038ed 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.psh +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.psh diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.vsh b/Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.vsh index 6da62ea5..6da62ea5 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.vsh +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestDX.vsh diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.psh b/Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.psh index 52147e25..52147e25 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.psh +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.psh diff --git a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.vsh b/Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.vsh index 83e38c2e..83e38c2e 100644 --- a/UnitTests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.vsh +++ b/Tests/DiligentCoreAPITest/assets/shaders/ShaderVariableAccessTestGL.vsh diff --git a/UnitTests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.h b/Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.h index 4e6bfc25..4e6bfc25 100644 --- a/UnitTests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.h +++ b/Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.h diff --git a/UnitTests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.h b/Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.h index 579ed6aa..579ed6aa 100644 --- a/UnitTests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.h +++ b/Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.h diff --git a/UnitTests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.h b/Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.h index a42c387b..a42c387b 100644 --- a/UnitTests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.h +++ b/Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.h diff --git a/UnitTests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.h b/Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.h index 33815257..33815257 100644 --- a/UnitTests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.h +++ b/Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.h diff --git a/UnitTests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.h b/Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.h index b00c9676..b00c9676 100644 --- a/UnitTests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.h +++ b/Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.h diff --git a/UnitTests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.h b/Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.h index a2d06acb..a2d06acb 100644 --- a/UnitTests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.h +++ b/Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.h diff --git a/UnitTests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.h b/Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.h index cdc9ca42..cdc9ca42 100644 --- a/UnitTests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.h +++ b/Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.h diff --git a/UnitTests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.h b/Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.h index 3eb1549e..3eb1549e 100644 --- a/UnitTests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.h +++ b/Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.h diff --git a/UnitTests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.h b/Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.h index 2584e426..2584e426 100644 --- a/UnitTests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.h +++ b/Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.h diff --git a/UnitTests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h b/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h index 306e1d8f..306e1d8f 100644 --- a/UnitTests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h +++ b/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.h diff --git a/UnitTests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.h b/Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.h index fa6c3c37..fa6c3c37 100644 --- a/UnitTests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.h +++ b/Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.h diff --git a/UnitTests/DiligentCoreAPITest/include/PSOTestBase.h b/Tests/DiligentCoreAPITest/include/PSOTestBase.h index a66a5cf6..a66a5cf6 100644 --- a/UnitTests/DiligentCoreAPITest/include/PSOTestBase.h +++ b/Tests/DiligentCoreAPITest/include/PSOTestBase.h diff --git a/UnitTests/DiligentCoreAPITest/include/TestingEnvironment.h b/Tests/DiligentCoreAPITest/include/TestingEnvironment.h index 5d03e575..5d03e575 100644 --- a/UnitTests/DiligentCoreAPITest/include/TestingEnvironment.h +++ b/Tests/DiligentCoreAPITest/include/TestingEnvironment.h diff --git a/UnitTests/DiligentCoreAPITest/include/TestingSwapChainBase.h b/Tests/DiligentCoreAPITest/include/TestingSwapChainBase.h index 1c976885..1c976885 100644 --- a/UnitTests/DiligentCoreAPITest/include/TestingSwapChainBase.h +++ b/Tests/DiligentCoreAPITest/include/TestingSwapChainBase.h diff --git a/UnitTests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.h b/Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.h index f3b36403..f3b36403 100644 --- a/UnitTests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.h +++ b/Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.h diff --git a/UnitTests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.h b/Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.h index 41c8dba7..41c8dba7 100644 --- a/UnitTests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.h +++ b/Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.h diff --git a/UnitTests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.h b/Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.h index 10de2de9..10de2de9 100644 --- a/UnitTests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.h +++ b/Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.h diff --git a/UnitTests/DiligentCoreAPITest/src/BlendStateTest.cpp b/Tests/DiligentCoreAPITest/src/BlendStateTest.cpp index 7a33f10f..7a33f10f 100644 --- a/UnitTests/DiligentCoreAPITest/src/BlendStateTest.cpp +++ b/Tests/DiligentCoreAPITest/src/BlendStateTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/BrokenShaderTest.cpp b/Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp index d6eed1cd..d6eed1cd 100644 --- a/UnitTests/DiligentCoreAPITest/src/BrokenShaderTest.cpp +++ b/Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/BufferCreationTest.cpp b/Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp index 3af7125c..3af7125c 100644 --- a/UnitTests/DiligentCoreAPITest/src/BufferCreationTest.cpp +++ b/Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp b/Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp index 940d22e0..940d22e0 100644 --- a/UnitTests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp +++ b/Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/CopyTextureTest.cpp b/Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp index 633cf167..633cf167 100644 --- a/UnitTests/DiligentCoreAPITest/src/CopyTextureTest.cpp +++ b/Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp index 72eef2c0..72eef2c0 100644 --- a/UnitTests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp +++ b/Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp index 08b9b6fd..08b9b6fd 100644 --- a/UnitTests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp +++ b/Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/D3D11/DrawCommandRefenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp index 376221d1..01fa5c78 100644 --- a/UnitTests/DiligentCoreAPITest/src/D3D11/DrawCommandRefenceD3D11.cpp +++ b/Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp @@ -76,7 +76,7 @@ float4 main(in PSInput PSIn) : SV_Target } )"; -void RenderDrawCommandRefenceD3D11(ISwapChain* pSwapChain) +void RenderDrawCommandReferenceD3D11(ISwapChain* pSwapChain) { auto* pEnvD3D11 = TestingEnvironmentD3D11::GetInstance(); auto* pd3d11Context = pEnvD3D11->GetD3D11Context(); diff --git a/UnitTests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp index 3f63218f..3f63218f 100644 --- a/UnitTests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp +++ b/Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp index 675dd134..675dd134 100644 --- a/UnitTests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp +++ b/Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp index 0a2fe8ab..0a2fe8ab 100644 --- a/UnitTests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp +++ b/Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp index d76e084d..d76e084d 100644 --- a/UnitTests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp +++ b/Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp b/Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp index e186dbfd..e186dbfd 100644 --- a/UnitTests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp +++ b/Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/D3D12/DrawCommandRefenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp index 6d873547..b10da269 100644 --- a/UnitTests/DiligentCoreAPITest/src/D3D12/DrawCommandRefenceD3D12.cpp +++ b/Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp @@ -81,7 +81,7 @@ float4 main(in PSInput PSIn) : SV_Target } )"; -void RenderDrawCommandRefenceD3D12(ISwapChain* pSwapChain) +void RenderDrawCommandReferenceD3D12(ISwapChain* pSwapChain) { auto* pEnv = TestingEnvironmentD3D12::GetInstance(); auto* pContext = pEnv->GetDeviceContext(); diff --git a/UnitTests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp index 214f239a..214f239a 100644 --- a/UnitTests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp +++ b/Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp index e893a1c0..e893a1c0 100644 --- a/UnitTests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp +++ b/Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp b/Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp index 421c9872..421c9872 100644 --- a/UnitTests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp +++ b/Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/DrawCommandTest.cpp b/Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp index 71822b77..4efce119 100644 --- a/UnitTests/DiligentCoreAPITest/src/DrawCommandTest.cpp +++ b/Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp @@ -34,19 +34,19 @@ namespace Testing { #if D3D11_SUPPORTED -void RenderDrawCommandRefenceD3D11(ISwapChain* pSwapChain); +void RenderDrawCommandReferenceD3D11(ISwapChain* pSwapChain); #endif #if D3D12_SUPPORTED -void RenderDrawCommandRefenceD3D12(ISwapChain* pSwapChain); +void RenderDrawCommandReferenceD3D12(ISwapChain* pSwapChain); #endif #if GL_SUPPORTED || GLES_SUPPORTED -void RenderDrawCommandRefenceGL(ISwapChain* pSwapChain); +void RenderDrawCommandReferenceGL(ISwapChain* pSwapChain); #endif #if VULKAN_SUPPORTED -void RenderDrawCommandRefenceVk(ISwapChain* pSwapChain); +void RenderDrawCommandReferenceVk(ISwapChain* pSwapChain); #endif #if METAL_SUPPORTED @@ -225,27 +225,27 @@ protected: { #if D3D11_SUPPORTED case DeviceType::D3D11: - RenderDrawCommandRefenceD3D11(pSwapChain); + RenderDrawCommandReferenceD3D11(pSwapChain); break; #endif #if D3D12_SUPPORTED case DeviceType::D3D12: - RenderDrawCommandRefenceD3D12(pSwapChain); + RenderDrawCommandReferenceD3D12(pSwapChain); break; #endif #if GL_SUPPORTED || GLES_SUPPORTED case DeviceType::OpenGL: case DeviceType::OpenGLES: - RenderDrawCommandRefenceGL(pSwapChain); + RenderDrawCommandReferenceGL(pSwapChain); break; #endif #if VULKAN_SUPPORTED case DeviceType::Vulkan: - RenderDrawCommandRefenceVk(pSwapChain); + RenderDrawCommandReferenceVk(pSwapChain); break; #endif diff --git a/UnitTests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp index fa41d17f..fa41d17f 100644 --- a/UnitTests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp +++ b/Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp b/Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp index ad265eaf..ad265eaf 100644 --- a/UnitTests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp +++ b/Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/GL/DrawCommandRefenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp index 0f6ca830..2058fe12 100644 --- a/UnitTests/DiligentCoreAPITest/src/GL/DrawCommandRefenceGL.cpp +++ b/Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp @@ -79,7 +79,7 @@ void main() } )"; -void RenderDrawCommandRefenceGL(ISwapChain* pSwapChain) +void RenderDrawCommandReferenceGL(ISwapChain* pSwapChain) { auto* pEnv = TestingEnvironmentGL::GetInstance(); auto* pContext = pEnv->GetDeviceContext(); diff --git a/UnitTests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp b/Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp index a78318cb..a78318cb 100644 --- a/UnitTests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp +++ b/Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp b/Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp index ece1572c..ece1572c 100644 --- a/UnitTests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp +++ b/Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/GenerateMipsTest.cpp b/Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp index 5e3acc50..5e3acc50 100644 --- a/UnitTests/DiligentCoreAPITest/src/GenerateMipsTest.cpp +++ b/Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp b/Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp index 50358d06..50358d06 100644 --- a/UnitTests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp +++ b/Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp b/Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp index 1a7e4e5f..1a7e4e5f 100644 --- a/UnitTests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp +++ b/Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp b/Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp index 8e8f261d..8e8f261d 100644 --- a/UnitTests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp +++ b/Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/PSOTestBase.cpp b/Tests/DiligentCoreAPITest/src/PSOTestBase.cpp index 5b0bc8d0..5b0bc8d0 100644 --- a/UnitTests/DiligentCoreAPITest/src/PSOTestBase.cpp +++ b/Tests/DiligentCoreAPITest/src/PSOTestBase.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/RasterizerStateTest.cpp b/Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp index aea21319..aea21319 100644 --- a/UnitTests/DiligentCoreAPITest/src/RasterizerStateTest.cpp +++ b/Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/SamplerCreationTest.cpp b/Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp index 59450ef1..59450ef1 100644 --- a/UnitTests/DiligentCoreAPITest/src/SamplerCreationTest.cpp +++ b/Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp b/Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp index c842cf02..c842cf02 100644 --- a/UnitTests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp +++ b/Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp b/Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp index 515ecbbc..515ecbbc 100644 --- a/UnitTests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp +++ b/Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp b/Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp index 76a6b71f..76a6b71f 100644 --- a/UnitTests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp +++ b/Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp b/Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp index 052d8371..052d8371 100644 --- a/UnitTests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp +++ b/Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/TestingEnvironment.cpp b/Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp index dca742a8..dca742a8 100644 --- a/UnitTests/DiligentCoreAPITest/src/TestingEnvironment.cpp +++ b/Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp b/Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp index 2307ed9a..2307ed9a 100644 --- a/UnitTests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp +++ b/Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/TextureCreationTest.cpp b/Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp index 7fe667a4..7fe667a4 100644 --- a/UnitTests/DiligentCoreAPITest/src/TextureCreationTest.cpp +++ b/Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp index 55a5dd8e..55a5dd8e 100644 --- a/UnitTests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp +++ b/Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp index b1d65e3a..b1d65e3a 100644 --- a/UnitTests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp +++ b/Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/Vulkan/DrawCommandRefenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp index 8122923c..2f3e37bc 100644 --- a/UnitTests/DiligentCoreAPITest/src/Vulkan/DrawCommandRefenceVk.cpp +++ b/Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp @@ -83,7 +83,7 @@ void main() } )"; -void RenderDrawCommandRefenceVk(ISwapChain* pSwapChain) +void RenderDrawCommandReferenceVk(ISwapChain* pSwapChain) { auto* pEnv = TestingEnvironmentVk::GetInstance(); auto vkDevice = pEnv->GetVkDevice(); diff --git a/UnitTests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp index fa242455..fa242455 100644 --- a/UnitTests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp +++ b/Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp index b89c91fc..b89c91fc 100644 --- a/UnitTests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp +++ b/Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp b/Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp index bc241ffc..bc241ffc 100644 --- a/UnitTests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp +++ b/Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp diff --git a/UnitTests/DiligentCoreAPITest/src/main.cpp b/Tests/DiligentCoreAPITest/src/main.cpp index bacaca9f..bacaca9f 100644 --- a/UnitTests/DiligentCoreAPITest/src/main.cpp +++ b/Tests/DiligentCoreAPITest/src/main.cpp diff --git a/UnitTests/DiligentCoreTest/CMakeLists.txt b/Tests/DiligentCoreTest/CMakeLists.txt index 780a9cc2..780a9cc2 100644 --- a/UnitTests/DiligentCoreTest/CMakeLists.txt +++ b/Tests/DiligentCoreTest/CMakeLists.txt diff --git a/UnitTests/DiligentCoreTest/src/Common/AllocatorTest.cpp b/Tests/DiligentCoreTest/src/Common/AllocatorTest.cpp index 6bf30956..6bf30956 100644 --- a/UnitTests/DiligentCoreTest/src/Common/AllocatorTest.cpp +++ b/Tests/DiligentCoreTest/src/Common/AllocatorTest.cpp diff --git a/UnitTests/DiligentCoreTest/src/Common/MathLibTest.cpp b/Tests/DiligentCoreTest/src/Common/MathLibTest.cpp index 63040de2..63040de2 100644 --- a/UnitTests/DiligentCoreTest/src/Common/MathLibTest.cpp +++ b/Tests/DiligentCoreTest/src/Common/MathLibTest.cpp diff --git a/UnitTests/DiligentCoreTest/src/Common/RefCntAutoPtrTest.cpp b/Tests/DiligentCoreTest/src/Common/RefCntAutoPtrTest.cpp index 11d3e381..11d3e381 100644 --- a/UnitTests/DiligentCoreTest/src/Common/RefCntAutoPtrTest.cpp +++ b/Tests/DiligentCoreTest/src/Common/RefCntAutoPtrTest.cpp diff --git a/UnitTests/DiligentCoreTest/src/Common/StringToolsTest.cpp b/Tests/DiligentCoreTest/src/Common/StringToolsTest.cpp index 37be477e..37be477e 100644 --- a/UnitTests/DiligentCoreTest/src/Common/StringToolsTest.cpp +++ b/Tests/DiligentCoreTest/src/Common/StringToolsTest.cpp diff --git a/UnitTests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp b/Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp index 89f23ac0..89f23ac0 100644 --- a/UnitTests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp +++ b/Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp diff --git a/UnitTests/DiligentCoreTest/src/GraphicsAccessories/ResourceReleaseQueueTest.cpp b/Tests/DiligentCoreTest/src/GraphicsAccessories/ResourceReleaseQueueTest.cpp index 740f0fb5..740f0fb5 100644 --- a/UnitTests/DiligentCoreTest/src/GraphicsAccessories/ResourceReleaseQueueTest.cpp +++ b/Tests/DiligentCoreTest/src/GraphicsAccessories/ResourceReleaseQueueTest.cpp diff --git a/UnitTests/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.cpp b/Tests/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.cpp index 11fd0cf6..11fd0cf6 100644 --- a/UnitTests/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.cpp +++ b/Tests/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.cpp diff --git a/UnitTests/DiligentCoreTest/src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.cpp b/Tests/DiligentCoreTest/src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.cpp index cc1c0e6f..cc1c0e6f 100644 --- a/UnitTests/DiligentCoreTest/src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.cpp +++ b/Tests/DiligentCoreTest/src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.cpp diff --git a/UnitTests/DiligentCoreTest/src/Platforms/PlatformMiscTest.cpp b/Tests/DiligentCoreTest/src/Platforms/PlatformMiscTest.cpp index 78543d53..78543d53 100644 --- a/UnitTests/DiligentCoreTest/src/Platforms/PlatformMiscTest.cpp +++ b/Tests/DiligentCoreTest/src/Platforms/PlatformMiscTest.cpp diff --git a/UnitTests/IncludeTest/CMakeLists.txt b/Tests/IncludeTest/CMakeLists.txt index 3208c23f..3208c23f 100644 --- a/UnitTests/IncludeTest/CMakeLists.txt +++ b/Tests/IncludeTest/CMakeLists.txt diff --git a/UnitTests/IncludeTest/Common/AdvancedMathH_test.cpp b/Tests/IncludeTest/Common/AdvancedMathH_test.cpp index df8cc14f..df8cc14f 100644 --- a/UnitTests/IncludeTest/Common/AdvancedMathH_test.cpp +++ b/Tests/IncludeTest/Common/AdvancedMathH_test.cpp diff --git a/UnitTests/IncludeTest/Common/BasicFileStreamH_test.cpp b/Tests/IncludeTest/Common/BasicFileStreamH_test.cpp index aa08514c..aa08514c 100644 --- a/UnitTests/IncludeTest/Common/BasicFileStreamH_test.cpp +++ b/Tests/IncludeTest/Common/BasicFileStreamH_test.cpp diff --git a/UnitTests/IncludeTest/Common/BasicMathH_test.cpp b/Tests/IncludeTest/Common/BasicMathH_test.cpp index 09576d34..09576d34 100644 --- a/UnitTests/IncludeTest/Common/BasicMathH_test.cpp +++ b/Tests/IncludeTest/Common/BasicMathH_test.cpp diff --git a/UnitTests/IncludeTest/Common/DataBlobImplH_test.cpp b/Tests/IncludeTest/Common/DataBlobImplH_test.cpp index f72994d6..f72994d6 100644 --- a/UnitTests/IncludeTest/Common/DataBlobImplH_test.cpp +++ b/Tests/IncludeTest/Common/DataBlobImplH_test.cpp diff --git a/UnitTests/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.cpp b/Tests/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.cpp index fa3990d4..fa3990d4 100644 --- a/UnitTests/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.cpp +++ b/Tests/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.cpp diff --git a/UnitTests/IncludeTest/Common/FileWrapperH_test.cpp b/Tests/IncludeTest/Common/FileWrapperH_test.cpp index ac8375b3..ac8375b3 100644 --- a/UnitTests/IncludeTest/Common/FileWrapperH_test.cpp +++ b/Tests/IncludeTest/Common/FileWrapperH_test.cpp diff --git a/UnitTests/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.cpp b/Tests/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.cpp index 0d719caa..0d719caa 100644 --- a/UnitTests/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.cpp +++ b/Tests/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.cpp diff --git a/UnitTests/IncludeTest/Common/HashUtilsH_test.cpp b/Tests/IncludeTest/Common/HashUtilsH_test.cpp index 79bfaeed..79bfaeed 100644 --- a/UnitTests/IncludeTest/Common/HashUtilsH_test.cpp +++ b/Tests/IncludeTest/Common/HashUtilsH_test.cpp diff --git a/UnitTests/IncludeTest/Common/LockHelperH_test.cpp b/Tests/IncludeTest/Common/LockHelperH_test.cpp index 19cb7ef9..19cb7ef9 100644 --- a/UnitTests/IncludeTest/Common/LockHelperH_test.cpp +++ b/Tests/IncludeTest/Common/LockHelperH_test.cpp diff --git a/UnitTests/IncludeTest/Common/ObjectBaseH_test.cpp b/Tests/IncludeTest/Common/ObjectBaseH_test.cpp index 7b1e26dc..7b1e26dc 100644 --- a/UnitTests/IncludeTest/Common/ObjectBaseH_test.cpp +++ b/Tests/IncludeTest/Common/ObjectBaseH_test.cpp diff --git a/UnitTests/IncludeTest/Common/RefCntAutoPtrH_test.cpp b/Tests/IncludeTest/Common/RefCntAutoPtrH_test.cpp index 79c52c90..79c52c90 100644 --- a/UnitTests/IncludeTest/Common/RefCntAutoPtrH_test.cpp +++ b/Tests/IncludeTest/Common/RefCntAutoPtrH_test.cpp diff --git a/UnitTests/IncludeTest/Common/RefCountedObjectImplH_test.cpp b/Tests/IncludeTest/Common/RefCountedObjectImplH_test.cpp index 33df39c0..33df39c0 100644 --- a/UnitTests/IncludeTest/Common/RefCountedObjectImplH_test.cpp +++ b/Tests/IncludeTest/Common/RefCountedObjectImplH_test.cpp diff --git a/UnitTests/IncludeTest/Common/STDAllocatorH_test.cpp b/Tests/IncludeTest/Common/STDAllocatorH_test.cpp index c2ca54f3..c2ca54f3 100644 --- a/UnitTests/IncludeTest/Common/STDAllocatorH_test.cpp +++ b/Tests/IncludeTest/Common/STDAllocatorH_test.cpp diff --git a/UnitTests/IncludeTest/Common/StringDataBlobImplH_test.cpp b/Tests/IncludeTest/Common/StringDataBlobImplH_test.cpp index 889cca6d..889cca6d 100644 --- a/UnitTests/IncludeTest/Common/StringDataBlobImplH_test.cpp +++ b/Tests/IncludeTest/Common/StringDataBlobImplH_test.cpp diff --git a/UnitTests/IncludeTest/Common/StringPool_test.cpp b/Tests/IncludeTest/Common/StringPool_test.cpp index 0fe38252..0fe38252 100644 --- a/UnitTests/IncludeTest/Common/StringPool_test.cpp +++ b/Tests/IncludeTest/Common/StringPool_test.cpp diff --git a/UnitTests/IncludeTest/Common/StringToolsH_test.cpp b/Tests/IncludeTest/Common/StringToolsH_test.cpp index f4ea9c43..f4ea9c43 100644 --- a/UnitTests/IncludeTest/Common/StringToolsH_test.cpp +++ b/Tests/IncludeTest/Common/StringToolsH_test.cpp diff --git a/UnitTests/IncludeTest/Common/ThreadSignalH_test.cpp b/Tests/IncludeTest/Common/ThreadSignalH_test.cpp index d3e9803b..d3e9803b 100644 --- a/UnitTests/IncludeTest/Common/ThreadSignalH_test.cpp +++ b/Tests/IncludeTest/Common/ThreadSignalH_test.cpp diff --git a/UnitTests/IncludeTest/Common/TimerH_test.cpp b/Tests/IncludeTest/Common/TimerH_test.cpp index 9884c09b..9884c09b 100644 --- a/UnitTests/IncludeTest/Common/TimerH_test.cpp +++ b/Tests/IncludeTest/Common/TimerH_test.cpp diff --git a/UnitTests/IncludeTest/Common/UniqueIdentifierH_test.cpp b/Tests/IncludeTest/Common/UniqueIdentifierH_test.cpp index 2c3bb79e..2c3bb79e 100644 --- a/UnitTests/IncludeTest/Common/UniqueIdentifierH_test.cpp +++ b/Tests/IncludeTest/Common/UniqueIdentifierH_test.cpp diff --git a/UnitTests/IncludeTest/Common/ValidatedCastH_test.cpp b/Tests/IncludeTest/Common/ValidatedCastH_test.cpp index 66aa9ce3..66aa9ce3 100644 --- a/UnitTests/IncludeTest/Common/ValidatedCastH_test.cpp +++ b/Tests/IncludeTest/Common/ValidatedCastH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsAccessories/ColorConversionH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/ColorConversionH_test.cpp index cf160a97..cf160a97 100644 --- a/UnitTests/IncludeTest/GraphicsAccessories/ColorConversionH_test.cpp +++ b/Tests/IncludeTest/GraphicsAccessories/ColorConversionH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.cpp index dc95f655..dc95f655 100644 --- a/UnitTests/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.cpp +++ b/Tests/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.cpp index 459711c7..459711c7 100644 --- a/UnitTests/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.cpp +++ b/Tests/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsAccessories/RingBufferH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/RingBufferH_test.cpp index ebe47e97..ebe47e97 100644 --- a/UnitTests/IncludeTest/GraphicsAccessories/RingBufferH_test.cpp +++ b/Tests/IncludeTest/GraphicsAccessories/RingBufferH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.cpp index 94317363..94317363 100644 --- a/UnitTests/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.cpp +++ b/Tests/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsAccessories/VariableSizeAllocationsManagerH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/VariableSizeAllocationsManagerH_test.cpp index d0cfefe6..d0cfefe6 100644 --- a/UnitTests/IncludeTest/GraphicsAccessories/VariableSizeAllocationsManagerH_test.cpp +++ b/Tests/IncludeTest/GraphicsAccessories/VariableSizeAllocationsManagerH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.cpp index 324f1914..324f1914 100644 --- a/UnitTests/IncludeTest/GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.cpp +++ b/Tests/IncludeTest/GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/BlendStateH_test.cpp b/Tests/IncludeTest/GraphicsEngine/BlendStateH_test.cpp index 8fe22738..8fe22738 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/BlendStateH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/BlendStateH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/BufferH_test.cpp b/Tests/IncludeTest/GraphicsEngine/BufferH_test.cpp index 175494a7..175494a7 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/BufferH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/BufferH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/BufferViewH_test.cpp b/Tests/IncludeTest/GraphicsEngine/BufferViewH_test.cpp index 3cc88c4e..3cc88c4e 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/BufferViewH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/BufferViewH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/CommandListH_test.cpp b/Tests/IncludeTest/GraphicsEngine/CommandListH_test.cpp index abe39f27..abe39f27 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/CommandListH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/CommandListH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/ConstantsH_test.cpp b/Tests/IncludeTest/GraphicsEngine/ConstantsH_test.cpp index d5312411..d5312411 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/ConstantsH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/ConstantsH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp b/Tests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp index 5cdbc81d..5cdbc81d 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.cpp b/Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.cpp index 12502b60..12502b60 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/DeviceCapsH_test.cpp b/Tests/IncludeTest/GraphicsEngine/DeviceCapsH_test.cpp index 1a2c324c..1a2c324c 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/DeviceCapsH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/DeviceCapsH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/DeviceContextH_test.cpp b/Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.cpp index 1161f611..1161f611 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/DeviceContextH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/DeviceObjectH_test.cpp b/Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.cpp index 30f3c828..30f3c828 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/DeviceObjectH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/EngineFactoryH_test.cpp b/Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.cpp index 66a6d061..66a6d061 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/EngineFactoryH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/FenceH_test.cpp b/Tests/IncludeTest/GraphicsEngine/FenceH_test.cpp index ec683990..ec683990 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/FenceH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/FenceH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp b/Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp index 480e4a16..480e4a16 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/InputLayoutH_test.cpp b/Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.cpp index 9b3581fa..9b3581fa 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/InputLayoutH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/MapHelperH_test.cpp b/Tests/IncludeTest/GraphicsEngine/MapHelperH_test.cpp index b3b7a6d0..b3b7a6d0 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/MapHelperH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/MapHelperH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/PipelineStateH_test.cpp b/Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.cpp index b3b19163..b3b19163 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/PipelineStateH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/RasterizerStateH_test.cpp b/Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.cpp index 598e2f5e..598e2f5e 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/RasterizerStateH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/RenderDeviceH_test.cpp b/Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.cpp index 2eaf3641..2eaf3641 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/RenderDeviceH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/ResourceMappingH_test.cpp b/Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.cpp index db76165c..db76165c 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/ResourceMappingH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/SamplerH_test.cpp b/Tests/IncludeTest/GraphicsEngine/SamplerH_test.cpp index aa02c1f9..aa02c1f9 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/SamplerH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/SamplerH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/ShaderH_test.cpp b/Tests/IncludeTest/GraphicsEngine/ShaderH_test.cpp index 0e68007c..0e68007c 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/ShaderH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/ShaderH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.cpp b/Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.cpp index d91f48bf..d91f48bf 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.cpp b/Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.cpp index 3e0ad249..3e0ad249 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/SwapChainH_test.cpp b/Tests/IncludeTest/GraphicsEngine/SwapChainH_test.cpp index 67be654c..67be654c 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/SwapChainH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/SwapChainH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/TextureH_test.cpp b/Tests/IncludeTest/GraphicsEngine/TextureH_test.cpp index 0252cb1c..0252cb1c 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/TextureH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/TextureH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngine/TextureViewH_test.cpp b/Tests/IncludeTest/GraphicsEngine/TextureViewH_test.cpp index acafd3c7..acafd3c7 100644 --- a/UnitTests/IncludeTest/GraphicsEngine/TextureViewH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngine/TextureViewH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.cpp index 30ecdc00..30ecdc00 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp index 23a5aa37..23a5aa37 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp index 4b654bc2..4b654bc2 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.cpp index f7a1c6f1..f7a1c6f1 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.cpp index e568e924..e568e924 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp index 8fb95d90..8fb95d90 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp index abf6da80..abf6da80 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.cpp index 00961e95..00961e95 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.cpp index 77ca1a69..77ca1a69 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp index 9409f3f6..9409f3f6 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp index 59f23387..59f23387 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.cpp index 4cd32017..4cd32017 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp index 144b72da..144b72da 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.cpp index 13945d1c..13945d1c 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp index f341419c..f341419c 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp index f341419c..f341419c 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp index eafb4881..eafb4881 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.cpp index a0351d94..a0351d94 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.cpp index 12e265ba..12e265ba 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp index 05aead58..05aead58 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp index e8d2d2f6..e8d2d2f6 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.cpp index 3694cd74..3694cd74 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.cpp index 206058ff..206058ff 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp index 5ffcafe3..5ffcafe3 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp index 9ca8bdb5..9ca8bdb5 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.cpp index fa9b50ea..fa9b50ea 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp index bda08196..bda08196 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.cpp b/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.cpp index d8deb96c..d8deb96c 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.cpp b/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.cpp index 32c06851..32c06851 100644 --- a/UnitTests/IncludeTest/GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp index b7213875..b7213875 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.cpp index f91a96e4..f91a96e4 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.cpp index 5d7e5ebf..5d7e5ebf 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp index 59204d79..59204d79 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.cpp index 671fe4fe..671fe4fe 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .cpp index 5c412e64..5c412e64 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp index 6a49ef62..6a49ef62 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp index 2c7388b0..2c7388b0 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.cpp index 18aa01fc..18aa01fc 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.cpp index 108d261b..108d261b 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp index 6bc1f230..6bc1f230 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.cpp index b8d338b0..b8d338b0 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.cpp index 2c4670bc..2c4670bc 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.cpp index dc7bcd2c..dc7bcd2c 100644 --- a/UnitTests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.cpp index 1e419e60..1e419e60 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/BufferVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.cpp index cc0668a2..cc0668a2 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/BufferVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.cpp index 092d564a..092d564a 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.cpp index b1f66961..b1f66961 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.cpp index 9d34cb47..9d34cb47 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/FenceVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.cpp index 7b943c2a..7b943c2a 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/FenceVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.cpp index 19d45e6e..19d45e6e 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.cpp index c4faac67..c4faac67 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.cpp index 60640a34..60640a34 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.cpp index 0d38447c..0d38447c 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.cpp index 10a06cb0..10a06cb0 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.cpp index b42adc73..b42adc73 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.cpp index cf611200..cf611200 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsEngineVk/TextureVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.cpp index 2ac5dffc..2ac5dffc 100644 --- a/UnitTests/IncludeTest/GraphicsEngineVk/TextureVkH_test.cpp +++ b/Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.cpp b/Tests/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.cpp index da1ecbd5..da1ecbd5 100644 --- a/UnitTests/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.cpp +++ b/Tests/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.cpp b/Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.cpp index de3396e2..de3396e2 100644 --- a/UnitTests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.cpp +++ b/Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.cpp b/Tests/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.cpp index acfeed8d..acfeed8d 100644 --- a/UnitTests/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.cpp +++ b/Tests/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.cpp b/Tests/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.cpp index 82e1df06..82e1df06 100644 --- a/UnitTests/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.cpp +++ b/Tests/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.cpp b/Tests/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.cpp index b2b8e97b..b2b8e97b 100644 --- a/UnitTests/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.cpp +++ b/Tests/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp b/Tests/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp index b218d340..b218d340 100644 --- a/UnitTests/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp +++ b/Tests/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsTools/TextureUploaderGLH_test.cpp b/Tests/IncludeTest/GraphicsTools/TextureUploaderGLH_test.cpp index 943609ca..943609ca 100644 --- a/UnitTests/IncludeTest/GraphicsTools/TextureUploaderGLH_test.cpp +++ b/Tests/IncludeTest/GraphicsTools/TextureUploaderGLH_test.cpp diff --git a/UnitTests/IncludeTest/GraphicsTools/TextureUploaderH_test.cpp b/Tests/IncludeTest/GraphicsTools/TextureUploaderH_test.cpp index dfc192be..dfc192be 100644 --- a/UnitTests/IncludeTest/GraphicsTools/TextureUploaderH_test.cpp +++ b/Tests/IncludeTest/GraphicsTools/TextureUploaderH_test.cpp diff --git a/UnitTests/IncludeTest/Platforms/AtomicsH_test.cpp b/Tests/IncludeTest/Platforms/AtomicsH_test.cpp index 03493fce..03493fce 100644 --- a/UnitTests/IncludeTest/Platforms/AtomicsH_test.cpp +++ b/Tests/IncludeTest/Platforms/AtomicsH_test.cpp diff --git a/UnitTests/IncludeTest/Platforms/FileSystemH_test.cpp b/Tests/IncludeTest/Platforms/FileSystemH_test.cpp index 4c615712..4c615712 100644 --- a/UnitTests/IncludeTest/Platforms/FileSystemH_test.cpp +++ b/Tests/IncludeTest/Platforms/FileSystemH_test.cpp diff --git a/UnitTests/IncludeTest/Platforms/PlatformDebugH_test.cpp b/Tests/IncludeTest/Platforms/PlatformDebugH_test.cpp index 6a561070..6a561070 100644 --- a/UnitTests/IncludeTest/Platforms/PlatformDebugH_test.cpp +++ b/Tests/IncludeTest/Platforms/PlatformDebugH_test.cpp diff --git a/UnitTests/IncludeTest/Platforms/PlatformDefinitionsH_test.cpp b/Tests/IncludeTest/Platforms/PlatformDefinitionsH_test.cpp index 148fa5e3..148fa5e3 100644 --- a/UnitTests/IncludeTest/Platforms/PlatformDefinitionsH_test.cpp +++ b/Tests/IncludeTest/Platforms/PlatformDefinitionsH_test.cpp diff --git a/UnitTests/IncludeTest/Platforms/PlatformMiscH_test.cpp b/Tests/IncludeTest/Platforms/PlatformMiscH_test.cpp index 654b5e88..654b5e88 100644 --- a/UnitTests/IncludeTest/Platforms/PlatformMiscH_test.cpp +++ b/Tests/IncludeTest/Platforms/PlatformMiscH_test.cpp |
