Atom/RHI/Null

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-13 13:39:18 -07:00
parent f7fc0764c8
commit 18b1c7e1a9
32 changed files with 0 additions and 41 deletions
-1
View File
@@ -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
@@ -5,7 +5,6 @@
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <AzCore/Module/Module.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/AliasedHeap.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/Buffer.h>
namespace AZ
@@ -5,7 +5,6 @@
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/BufferPool.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/BufferView.h>
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/CommandList.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/CommandQueue.h>
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/Device.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/FrameGraphCompiler.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/FrameGraphExecuter.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/Image.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/ImagePool.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/ImageView.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <AzCore/Module/Module.h>
#include <Source/RHI/SystemComponent.h>
#include <Atom/RHI.Reflect/Null/ReflectSystemComponent.h>
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/PhysicalDevice.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/PipelineLibrary.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/PipelineState.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/Query.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/QueryPool.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/RayTracingBlas.h>
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/RayTracingPipelineState.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/RayTracingShaderTable.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <Atom/RHI/Buffer.h>
#include <RHI/RayTracingTlas.h>
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/Scope.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/ShaderResourceGroup.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/ShaderResourceGroupPool.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/StreamingImagePool.h>
namespace AZ
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <RHI/SwapChain.h>
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <Atom/RHI/FactoryManagerBus.h>
#include <Atom/RHI/Fence.h>
#include <Atom/RHI/IndirectBufferSignature.h>
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "Atom_RHI_Null_precompiled.h"
#include <Atom/RHI.Reflect/TransientImageDescriptor.h>
#include <Atom/RHI/AliasedAttachmentAllocator.h>
@@ -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
)