From 18b1c7e1a9b03ec05cd6e256fee4deb205b9fa8a Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Tue, 13 Jul 2021 13:39:18 -0700 Subject: [PATCH] Atom/RHI/Null Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- Gems/Atom/RHI/Null/Code/CMakeLists.txt | 1 - .../Common/Unimplemented/ModuleStub_Unimplemented.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/AliasedHeap.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/Buffer.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/BufferPool.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/BufferView.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/CommandList.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/CommandQueue.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/Device.cpp | 1 - .../RHI/Null/Code/Source/RHI/FrameGraphCompiler.cpp | 1 - .../RHI/Null/Code/Source/RHI/FrameGraphExecuter.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/Image.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/ImagePool.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/ImageView.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/Module.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/PhysicalDevice.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/PipelineLibrary.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/PipelineState.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/Query.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/QueryPool.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingBlas.cpp | 1 - .../Null/Code/Source/RHI/RayTracingPipelineState.cpp | 1 - .../RHI/Null/Code/Source/RHI/RayTracingShaderTable.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingTlas.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/Scope.cpp | 1 - .../RHI/Null/Code/Source/RHI/ShaderResourceGroup.cpp | 1 - .../Null/Code/Source/RHI/ShaderResourceGroupPool.cpp | 1 - .../RHI/Null/Code/Source/RHI/StreamingImagePool.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/SwapChain.cpp | 1 - Gems/Atom/RHI/Null/Code/Source/RHI/SystemComponent.cpp | 1 - .../Null/Code/Source/RHI/TransientAttachmentPool.cpp | 1 - .../RHI/Null/Code/atom_rhi_null_common_files.cmake | 10 ---------- 32 files changed, 41 deletions(-) delete mode 100644 Gems/Atom/RHI/Null/Code/atom_rhi_null_common_files.cmake diff --git a/Gems/Atom/RHI/Null/Code/CMakeLists.txt b/Gems/Atom/RHI/Null/Code/CMakeLists.txt index 93bb328dfc..056dc55a05 100644 --- a/Gems/Atom/RHI/Null/Code/CMakeLists.txt +++ b/Gems/Atom/RHI/Null/Code/CMakeLists.txt @@ -28,7 +28,6 @@ ly_add_target( NAME Atom_RHI_Null.Private.Static STATIC NAMESPACE Gem FILES_CMAKE - atom_rhi_null_common_files.cmake atom_rhi_null_private_common_files.cmake INCLUDE_DIRECTORIES PRIVATE diff --git a/Gems/Atom/RHI/Null/Code/Source/Platform/Common/Unimplemented/ModuleStub_Unimplemented.cpp b/Gems/Atom/RHI/Null/Code/Source/Platform/Common/Unimplemented/ModuleStub_Unimplemented.cpp index 30bb1b60ac..6843f99619 100644 --- a/Gems/Atom/RHI/Null/Code/Source/Platform/Common/Unimplemented/ModuleStub_Unimplemented.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/Platform/Common/Unimplemented/ModuleStub_Unimplemented.cpp @@ -5,7 +5,6 @@ * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/AliasedHeap.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/AliasedHeap.cpp index b834f0214a..ca3ebb4945 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/AliasedHeap.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/AliasedHeap.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/Buffer.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/Buffer.cpp index a1fc7f91c1..9668e21915 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/Buffer.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/Buffer.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/BufferPool.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/BufferPool.cpp index f9d3444286..81a607adf6 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/BufferPool.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/BufferPool.cpp @@ -5,7 +5,6 @@ * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/BufferView.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/BufferView.cpp index bc2874c9e3..6078c95d27 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/BufferView.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/BufferView.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/CommandList.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/CommandList.cpp index 3b1aa99d90..515c546b7e 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/CommandList.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/CommandList.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/CommandQueue.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/CommandQueue.cpp index 0a3876c1ad..4ae02ca316 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/CommandQueue.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/CommandQueue.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/Device.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/Device.cpp index 561b352916..a54a219b72 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/Device.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/Device.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/FrameGraphCompiler.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/FrameGraphCompiler.cpp index a347958b7c..397556aa29 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/FrameGraphCompiler.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/FrameGraphCompiler.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/FrameGraphExecuter.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/FrameGraphExecuter.cpp index 7f190bede0..1025fbbb42 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/FrameGraphExecuter.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/FrameGraphExecuter.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/Image.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/Image.cpp index 76e21a642d..e5add9029e 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/Image.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/Image.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/ImagePool.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/ImagePool.cpp index ebcaf66dca..cd79fce90f 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/ImagePool.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/ImagePool.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/ImageView.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/ImageView.cpp index 1c0fcd3077..ae47e594e6 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/ImageView.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/ImageView.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/Module.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/Module.cpp index 2589444f68..d4dd640170 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/Module.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/Module.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include #include #include diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/PhysicalDevice.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/PhysicalDevice.cpp index b1f04db9fe..b171afdc2a 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/PhysicalDevice.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/PhysicalDevice.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/PipelineLibrary.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/PipelineLibrary.cpp index 66c65b253c..9927c0150a 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/PipelineLibrary.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/PipelineLibrary.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/PipelineState.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/PipelineState.cpp index ae7518674b..c81ed18e66 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/PipelineState.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/PipelineState.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/Query.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/Query.cpp index 1cbead32c0..9d86385838 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/Query.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/Query.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/QueryPool.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/QueryPool.cpp index 211a6da47e..1ef4f3d846 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/QueryPool.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/QueryPool.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingBlas.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingBlas.cpp index 2cebc98090..0761fde4db 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingBlas.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingBlas.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingPipelineState.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingPipelineState.cpp index dbb903e047..17a976f69f 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingPipelineState.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingPipelineState.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingShaderTable.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingShaderTable.cpp index 3ec7fcf432..e068231be7 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingShaderTable.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingShaderTable.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingTlas.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingTlas.cpp index 1f1dc9b356..c7bfc1d971 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingTlas.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/RayTracingTlas.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include #include diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/Scope.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/Scope.cpp index 8e2848e413..4ea26c41ad 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/Scope.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/Scope.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/ShaderResourceGroup.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/ShaderResourceGroup.cpp index dd82c49cb6..4380191081 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/ShaderResourceGroup.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/ShaderResourceGroup.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/ShaderResourceGroupPool.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/ShaderResourceGroupPool.cpp index a1b8ba9096..8c9315f22d 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/ShaderResourceGroupPool.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/ShaderResourceGroupPool.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/StreamingImagePool.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/StreamingImagePool.cpp index d2a36c0006..ab215b3609 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/StreamingImagePool.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/StreamingImagePool.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include namespace AZ diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/SwapChain.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/SwapChain.cpp index 2b70c08138..5eb05fd188 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/SwapChain.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/SwapChain.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/SystemComponent.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/SystemComponent.cpp index 83b06d1650..1b0492e4a2 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/SystemComponent.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/SystemComponent.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include #include #include diff --git a/Gems/Atom/RHI/Null/Code/Source/RHI/TransientAttachmentPool.cpp b/Gems/Atom/RHI/Null/Code/Source/RHI/TransientAttachmentPool.cpp index c7f323edd3..ce3814175e 100644 --- a/Gems/Atom/RHI/Null/Code/Source/RHI/TransientAttachmentPool.cpp +++ b/Gems/Atom/RHI/Null/Code/Source/RHI/TransientAttachmentPool.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Atom_RHI_Null_precompiled.h" #include #include diff --git a/Gems/Atom/RHI/Null/Code/atom_rhi_null_common_files.cmake b/Gems/Atom/RHI/Null/Code/atom_rhi_null_common_files.cmake deleted file mode 100644 index a7f2830358..0000000000 --- a/Gems/Atom/RHI/Null/Code/atom_rhi_null_common_files.cmake +++ /dev/null @@ -1,10 +0,0 @@ -# -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# -# SPDX-License-Identifier: Apache-2.0 OR MIT -# -# - -set(FILES - Source/Atom_RHI_Null_precompiled.h -)