From 37a17c8a3ed492a88ba9fea9747ca406141dc441 Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Tue, 13 Jul 2021 19:11:07 -0700 Subject: [PATCH] Gems/Atom/RHI Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- ...recompiled_Platform.h => Atom_RHI_Metal_Platform.h} | 0 ...recompiled_Platform.h => Atom_RHI_Metal_Platform.h} | 0 ...HI_Metal_precompiled_Mac.h => Atom_RHI_Metal_Mac.h} | 0 .../Include/Platform/Mac/Atom_RHI_Metal_Platform.h | 9 +++++++++ .../Platform/Mac/Atom_RHI_Metal_precompiled_Platform.h | 9 --------- .../Platform/Mac/platform_builders_mac_files.cmake | 4 ++-- .../Platform/Mac/platform_private_mac_files.cmake | 4 ++-- ...recompiled_Platform.h => Atom_RHI_Metal_Platform.h} | 0 .../Include/Platform/iOS/Atom_RHI_Metal_Platform.h | 9 +++++++++ ...HI_Metal_precompiled_iOS.h => Atom_RHI_Metal_iOS.h} | 0 .../Platform/iOS/Atom_RHI_Metal_precompiled_Platform.h | 2 +- .../Platform/iOS/platform_private_ios_files.cmake | 4 ++-- Gems/Atom/RHI/Metal/Code/Source/RHI/MetalView.h | 2 +- .../RHI/Metal/Code/Source/RHI/MetalViewController.h | 2 +- ...precompiled_Platform.h => Atom_RHI_Null_Platform.h} | 0 ...precompiled_Platform.h => Atom_RHI_Null_Platform.h} | 0 ...precompiled_Platform.h => Atom_RHI_Null_Platform.h} | 0 ...precompiled_Platform.h => Atom_RHI_Null_Platform.h} | 0 ...precompiled_Platform.h => Atom_RHI_Null_Platform.h} | 0 .../{Atom_RHI_Null_precompiled.h => Atom_RHI_Null.h} | 2 +- .../Code/Include/Atom/RHI.Loader/FunctionLoader.h | 2 +- ...precompiled_Android.h => Atom_RHI_Vulkan_Android.h} | 0 .../Platform/Android/Atom_RHI_Vulkan_Platform.h | 9 +++++++++ .../Android/Atom_RHI_Vulkan_precompiled_Platform.h | 9 --------- .../Android/platform_builders_android_files.cmake | 4 ++-- .../Android/platform_private_android_files.cmake | 4 ++-- ...kan_precompiled_Linux.h => Atom_RHI_Vulkan_Linux.h} | 0 .../Include/Platform/Linux/Atom_RHI_Vulkan_Platform.h | 10 ++++++++++ .../Linux/Atom_RHI_Vulkan_precompiled_Platform.h | 10 ---------- .../Platform/Linux/platform_builders_linux_files.cmake | 2 +- .../Platform/Linux/platform_private_linux_files.cmake | 2 +- ..._Vulkan_precompiled_Mac.h => Atom_RHI_Vulkan_Mac.h} | 0 .../Include/Platform/Mac/Atom_RHI_Vulkan_Platform.h | 9 +++++++++ .../Mac/Atom_RHI_Vulkan_precompiled_Platform.h | 9 --------- .../Platform/Mac/platform_builders_mac_files.cmake | 2 +- .../Platform/Mac/platform_private_mac_files.cmake | 4 ++-- .../Platform/Windows/Atom_RHI_Vulkan_Platform.h | 9 +++++++++ ...precompiled_Windows.h => Atom_RHI_Vulkan_Windows.h} | 0 .../Windows/Atom_RHI_Vulkan_precompiled_Platform.h | 9 --------- .../Windows/platform_builders_windows_files.cmake | 4 ++-- .../Windows/platform_private_windows_files.cmake | 4 ++-- ...ecompiled_Platform.h => Atom_RHI_Vulkan_Platform.h} | 0 .../Platform/iOS/platform_builders_ios_files.cmake | 2 +- .../Platform/iOS/platform_private_ios_files.cmake | 2 +- Gems/Atom/RHI/Vulkan/Code/Source/RHI/BufferView.h | 2 +- .../Vulkan/Code/Source/RHI/IndirectBufferSignature.cpp | 2 +- Gems/Atom/RHI/Vulkan/Code/Source/RHI/Memory.h | 2 +- Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingBlas.h | 2 +- .../Vulkan/Code/Source/RHI/RayTracingPipelineState.h | 2 +- Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingTlas.h | 2 +- Gems/Atom/RHI/Vulkan/Code/Source/RHI/RenderPass.h | 2 +- Gems/Atom/RHI/Vulkan/Code/Source/RHI/Sampler.h | 2 +- Gems/Atom/RHI/Vulkan/Code/Source/RHI/Semaphore.h | 2 +- Gems/Atom/RHI/Vulkan/Code/Source/RHI/WSISurface.h | 2 +- 54 files changed, 91 insertions(+), 82 deletions(-) rename Gems/Atom/RHI/Metal/Code/Include/Platform/Android/{Atom_RHI_Metal_precompiled_Platform.h => Atom_RHI_Metal_Platform.h} (100%) rename Gems/Atom/RHI/Metal/Code/Include/Platform/Linux/{Atom_RHI_Metal_precompiled_Platform.h => Atom_RHI_Metal_Platform.h} (100%) rename Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/{Atom_RHI_Metal_precompiled_Mac.h => Atom_RHI_Metal_Mac.h} (100%) create mode 100644 Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_Platform.h delete mode 100644 Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_precompiled_Platform.h rename Gems/Atom/RHI/Metal/Code/Include/Platform/Windows/{Atom_RHI_Metal_precompiled_Platform.h => Atom_RHI_Metal_Platform.h} (100%) create mode 100644 Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_Platform.h rename Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/{Atom_RHI_Metal_precompiled_iOS.h => Atom_RHI_Metal_iOS.h} (100%) rename Gems/Atom/RHI/Null/Code/Include/Platform/Android/{Atom_RHI_Null_precompiled_Platform.h => Atom_RHI_Null_Platform.h} (100%) rename Gems/Atom/RHI/Null/Code/Include/Platform/Linux/{Atom_RHI_Null_precompiled_Platform.h => Atom_RHI_Null_Platform.h} (100%) rename Gems/Atom/RHI/Null/Code/Include/Platform/Mac/{Atom_RHI_Null_precompiled_Platform.h => Atom_RHI_Null_Platform.h} (100%) rename Gems/Atom/RHI/Null/Code/Include/Platform/Windows/{Atom_RHI_Null_precompiled_Platform.h => Atom_RHI_Null_Platform.h} (100%) rename Gems/Atom/RHI/Null/Code/Include/Platform/iOS/{Atom_RHI_Null_precompiled_Platform.h => Atom_RHI_Null_Platform.h} (100%) rename Gems/Atom/RHI/Null/Code/Source/{Atom_RHI_Null_precompiled.h => Atom_RHI_Null.h} (84%) rename Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/{Atom_RHI_Vulkan_precompiled_Android.h => Atom_RHI_Vulkan_Android.h} (100%) create mode 100644 Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_Platform.h delete mode 100644 Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_precompiled_Platform.h rename Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/{Atom_RHI_Vulkan_precompiled_Linux.h => Atom_RHI_Vulkan_Linux.h} (100%) create mode 100644 Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_Platform.h delete mode 100644 Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_precompiled_Platform.h rename Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/{Atom_RHI_Vulkan_precompiled_Mac.h => Atom_RHI_Vulkan_Mac.h} (100%) create mode 100644 Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_Platform.h delete mode 100644 Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_precompiled_Platform.h create mode 100644 Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_Platform.h rename Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/{Atom_RHI_Vulkan_precompiled_Windows.h => Atom_RHI_Vulkan_Windows.h} (100%) delete mode 100644 Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_precompiled_Platform.h rename Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/{Atom_RHI_Vulkan_precompiled_Platform.h => Atom_RHI_Vulkan_Platform.h} (100%) diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/Android/Atom_RHI_Metal_precompiled_Platform.h b/Gems/Atom/RHI/Metal/Code/Include/Platform/Android/Atom_RHI_Metal_Platform.h similarity index 100% rename from Gems/Atom/RHI/Metal/Code/Include/Platform/Android/Atom_RHI_Metal_precompiled_Platform.h rename to Gems/Atom/RHI/Metal/Code/Include/Platform/Android/Atom_RHI_Metal_Platform.h diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/Linux/Atom_RHI_Metal_precompiled_Platform.h b/Gems/Atom/RHI/Metal/Code/Include/Platform/Linux/Atom_RHI_Metal_Platform.h similarity index 100% rename from Gems/Atom/RHI/Metal/Code/Include/Platform/Linux/Atom_RHI_Metal_precompiled_Platform.h rename to Gems/Atom/RHI/Metal/Code/Include/Platform/Linux/Atom_RHI_Metal_Platform.h diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_precompiled_Mac.h b/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_Mac.h similarity index 100% rename from Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_precompiled_Mac.h rename to Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_Mac.h diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_Platform.h b/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_Platform.h new file mode 100644 index 0000000000..2810c46a8c --- /dev/null +++ b/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_Platform.h @@ -0,0 +1,9 @@ +/* + * 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 + * + */ +#pragma once + +#include diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_precompiled_Platform.h b/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_precompiled_Platform.h deleted file mode 100644 index 19ee132f88..0000000000 --- a/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/Atom_RHI_Metal_precompiled_Platform.h +++ /dev/null @@ -1,9 +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 - * - */ -#pragma once - -#include diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/platform_builders_mac_files.cmake b/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/platform_builders_mac_files.cmake index 74c99e16dd..dbb7c6d843 100644 --- a/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/platform_builders_mac_files.cmake +++ b/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/platform_builders_mac_files.cmake @@ -6,6 +6,6 @@ # set(FILES - Atom_RHI_Metal_precompiled_Mac.h - Atom_RHI_Metal_precompiled_Platform.h + Atom_RHI_Metal_Mac.h + Atom_RHI_Metal_Platform.h ) diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/platform_private_mac_files.cmake b/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/platform_private_mac_files.cmake index 74c99e16dd..dbb7c6d843 100644 --- a/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/platform_private_mac_files.cmake +++ b/Gems/Atom/RHI/Metal/Code/Include/Platform/Mac/platform_private_mac_files.cmake @@ -6,6 +6,6 @@ # set(FILES - Atom_RHI_Metal_precompiled_Mac.h - Atom_RHI_Metal_precompiled_Platform.h + Atom_RHI_Metal_Mac.h + Atom_RHI_Metal_Platform.h ) diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/Windows/Atom_RHI_Metal_precompiled_Platform.h b/Gems/Atom/RHI/Metal/Code/Include/Platform/Windows/Atom_RHI_Metal_Platform.h similarity index 100% rename from Gems/Atom/RHI/Metal/Code/Include/Platform/Windows/Atom_RHI_Metal_precompiled_Platform.h rename to Gems/Atom/RHI/Metal/Code/Include/Platform/Windows/Atom_RHI_Metal_Platform.h diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_Platform.h b/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_Platform.h new file mode 100644 index 0000000000..f9a3a23af3 --- /dev/null +++ b/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_Platform.h @@ -0,0 +1,9 @@ +/* + * 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 + * + */ +#pragma once + +#include diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_precompiled_iOS.h b/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_iOS.h similarity index 100% rename from Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_precompiled_iOS.h rename to Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_iOS.h diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_precompiled_Platform.h b/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_precompiled_Platform.h index 9ad5e44c4a..f9a3a23af3 100644 --- a/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_precompiled_Platform.h +++ b/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_precompiled_Platform.h @@ -6,4 +6,4 @@ */ #pragma once -#include +#include diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/platform_private_ios_files.cmake b/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/platform_private_ios_files.cmake index aef2cc13d5..0671e26705 100644 --- a/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/platform_private_ios_files.cmake +++ b/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/platform_private_ios_files.cmake @@ -6,7 +6,7 @@ # set(FILES - Atom_RHI_Metal_precompiled_iOS.h - Atom_RHI_Metal_precompiled_Platform.h + Atom_RHI_Metal_iOS.h + Atom_RHI_Metal_Platform.h ) diff --git a/Gems/Atom/RHI/Metal/Code/Source/RHI/MetalView.h b/Gems/Atom/RHI/Metal/Code/Source/RHI/MetalView.h index 9daa0bf0df..9916443813 100644 --- a/Gems/Atom/RHI/Metal/Code/Source/RHI/MetalView.h +++ b/Gems/Atom/RHI/Metal/Code/Source/RHI/MetalView.h @@ -7,7 +7,7 @@ #pragma once -#include +#include #import diff --git a/Gems/Atom/RHI/Metal/Code/Source/RHI/MetalViewController.h b/Gems/Atom/RHI/Metal/Code/Source/RHI/MetalViewController.h index a6404e60bc..6936c22ce9 100644 --- a/Gems/Atom/RHI/Metal/Code/Source/RHI/MetalViewController.h +++ b/Gems/Atom/RHI/Metal/Code/Source/RHI/MetalViewController.h @@ -7,7 +7,7 @@ #pragma once -#include +#include @interface RHIMetalViewController : NativeViewControllerType {} - (BOOL)prefersStatusBarHidden; diff --git a/Gems/Atom/RHI/Null/Code/Include/Platform/Android/Atom_RHI_Null_precompiled_Platform.h b/Gems/Atom/RHI/Null/Code/Include/Platform/Android/Atom_RHI_Null_Platform.h similarity index 100% rename from Gems/Atom/RHI/Null/Code/Include/Platform/Android/Atom_RHI_Null_precompiled_Platform.h rename to Gems/Atom/RHI/Null/Code/Include/Platform/Android/Atom_RHI_Null_Platform.h diff --git a/Gems/Atom/RHI/Null/Code/Include/Platform/Linux/Atom_RHI_Null_precompiled_Platform.h b/Gems/Atom/RHI/Null/Code/Include/Platform/Linux/Atom_RHI_Null_Platform.h similarity index 100% rename from Gems/Atom/RHI/Null/Code/Include/Platform/Linux/Atom_RHI_Null_precompiled_Platform.h rename to Gems/Atom/RHI/Null/Code/Include/Platform/Linux/Atom_RHI_Null_Platform.h diff --git a/Gems/Atom/RHI/Null/Code/Include/Platform/Mac/Atom_RHI_Null_precompiled_Platform.h b/Gems/Atom/RHI/Null/Code/Include/Platform/Mac/Atom_RHI_Null_Platform.h similarity index 100% rename from Gems/Atom/RHI/Null/Code/Include/Platform/Mac/Atom_RHI_Null_precompiled_Platform.h rename to Gems/Atom/RHI/Null/Code/Include/Platform/Mac/Atom_RHI_Null_Platform.h diff --git a/Gems/Atom/RHI/Null/Code/Include/Platform/Windows/Atom_RHI_Null_precompiled_Platform.h b/Gems/Atom/RHI/Null/Code/Include/Platform/Windows/Atom_RHI_Null_Platform.h similarity index 100% rename from Gems/Atom/RHI/Null/Code/Include/Platform/Windows/Atom_RHI_Null_precompiled_Platform.h rename to Gems/Atom/RHI/Null/Code/Include/Platform/Windows/Atom_RHI_Null_Platform.h diff --git a/Gems/Atom/RHI/Null/Code/Include/Platform/iOS/Atom_RHI_Null_precompiled_Platform.h b/Gems/Atom/RHI/Null/Code/Include/Platform/iOS/Atom_RHI_Null_Platform.h similarity index 100% rename from Gems/Atom/RHI/Null/Code/Include/Platform/iOS/Atom_RHI_Null_precompiled_Platform.h rename to Gems/Atom/RHI/Null/Code/Include/Platform/iOS/Atom_RHI_Null_Platform.h diff --git a/Gems/Atom/RHI/Null/Code/Source/Atom_RHI_Null_precompiled.h b/Gems/Atom/RHI/Null/Code/Source/Atom_RHI_Null.h similarity index 84% rename from Gems/Atom/RHI/Null/Code/Source/Atom_RHI_Null_precompiled.h rename to Gems/Atom/RHI/Null/Code/Source/Atom_RHI_Null.h index 62a44758c2..2caf01f542 100644 --- a/Gems/Atom/RHI/Null/Code/Source/Atom_RHI_Null_precompiled.h +++ b/Gems/Atom/RHI/Null/Code/Source/Atom_RHI_Null.h @@ -7,4 +7,4 @@ #pragma once #include -#include +#include diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Atom/RHI.Loader/FunctionLoader.h b/Gems/Atom/RHI/Vulkan/Code/Include/Atom/RHI.Loader/FunctionLoader.h index 70e485384b..0a5d801804 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Atom/RHI.Loader/FunctionLoader.h +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Atom/RHI.Loader/FunctionLoader.h @@ -7,7 +7,7 @@ #pragma once -#include +#include #include #include #include diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_precompiled_Android.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_Android.h similarity index 100% rename from Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_precompiled_Android.h rename to Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_Android.h diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_Platform.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_Platform.h new file mode 100644 index 0000000000..431b5a3828 --- /dev/null +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_Platform.h @@ -0,0 +1,9 @@ +/* + * 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 + * + */ +#pragma once + +#include diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_precompiled_Platform.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_precompiled_Platform.h deleted file mode 100644 index 6904e85b97..0000000000 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/Atom_RHI_Vulkan_precompiled_Platform.h +++ /dev/null @@ -1,9 +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 - * - */ -#pragma once - -#include diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/platform_builders_android_files.cmake b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/platform_builders_android_files.cmake index 448d5b9637..bf7f97bbff 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/platform_builders_android_files.cmake +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/platform_builders_android_files.cmake @@ -6,6 +6,6 @@ # set(FILES - Atom_RHI_Vulkan_precompiled_Platform.h - Atom_RHI_Vulkan_precompiled_Android.h + Atom_RHI_Vulkan_Platform.h + Atom_RHI_Vulkan_Android.h ) diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/platform_private_android_files.cmake b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/platform_private_android_files.cmake index 448d5b9637..bf7f97bbff 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/platform_private_android_files.cmake +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Android/platform_private_android_files.cmake @@ -6,6 +6,6 @@ # set(FILES - Atom_RHI_Vulkan_precompiled_Platform.h - Atom_RHI_Vulkan_precompiled_Android.h + Atom_RHI_Vulkan_Platform.h + Atom_RHI_Vulkan_Android.h ) diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_precompiled_Linux.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_Linux.h similarity index 100% rename from Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_precompiled_Linux.h rename to Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_Linux.h diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_Platform.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_Platform.h new file mode 100644 index 0000000000..b9baa421ba --- /dev/null +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_Platform.h @@ -0,0 +1,10 @@ +/* + * 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 + * + */ +#pragma once + +#include + diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_precompiled_Platform.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_precompiled_Platform.h deleted file mode 100644 index eaa1043371..0000000000 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/Atom_RHI_Vulkan_precompiled_Platform.h +++ /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 - * - */ -#pragma once - -#include - diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/platform_builders_linux_files.cmake b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/platform_builders_linux_files.cmake index 540958e30a..82827f8153 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/platform_builders_linux_files.cmake +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/platform_builders_linux_files.cmake @@ -6,5 +6,5 @@ # set(FILES - Atom_RHI_Vulkan_precompiled_Platform.h + Atom_RHI_Vulkan_Platform.h ) diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/platform_private_linux_files.cmake b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/platform_private_linux_files.cmake index 540958e30a..82827f8153 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/platform_private_linux_files.cmake +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Linux/platform_private_linux_files.cmake @@ -6,5 +6,5 @@ # set(FILES - Atom_RHI_Vulkan_precompiled_Platform.h + Atom_RHI_Vulkan_Platform.h ) diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_precompiled_Mac.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_Mac.h similarity index 100% rename from Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_precompiled_Mac.h rename to Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_Mac.h diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_Platform.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_Platform.h new file mode 100644 index 0000000000..27f81b8d34 --- /dev/null +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_Platform.h @@ -0,0 +1,9 @@ +/* + * 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 + * + */ +#pragma once + +#include diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_precompiled_Platform.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_precompiled_Platform.h deleted file mode 100644 index c0e478a775..0000000000 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/Atom_RHI_Vulkan_precompiled_Platform.h +++ /dev/null @@ -1,9 +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 - * - */ -#pragma once - -#include diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/platform_builders_mac_files.cmake b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/platform_builders_mac_files.cmake index 540958e30a..82827f8153 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/platform_builders_mac_files.cmake +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/platform_builders_mac_files.cmake @@ -6,5 +6,5 @@ # set(FILES - Atom_RHI_Vulkan_precompiled_Platform.h + Atom_RHI_Vulkan_Platform.h ) diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/platform_private_mac_files.cmake b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/platform_private_mac_files.cmake index 108d25ff8c..4c02a2e90e 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/platform_private_mac_files.cmake +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Mac/platform_private_mac_files.cmake @@ -6,6 +6,6 @@ # set(FILES - Atom_RHI_Vulkan_precompiled_Platform.h - Atom_RHI_Vulkan_precompiled_Mac.h + Atom_RHI_Vulkan_Platform.h + Atom_RHI_Vulkan_Mac.h ) diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_Platform.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_Platform.h new file mode 100644 index 0000000000..b3f5d2105e --- /dev/null +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_Platform.h @@ -0,0 +1,9 @@ +/* + * 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 + * + */ +#pragma once + +#include diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_precompiled_Windows.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_Windows.h similarity index 100% rename from Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_precompiled_Windows.h rename to Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_Windows.h diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_precompiled_Platform.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_precompiled_Platform.h deleted file mode 100644 index 13d7160cfc..0000000000 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/Atom_RHI_Vulkan_precompiled_Platform.h +++ /dev/null @@ -1,9 +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 - * - */ -#pragma once - -#include diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/platform_builders_windows_files.cmake b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/platform_builders_windows_files.cmake index 5f26c9bf3d..135b60d6ea 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/platform_builders_windows_files.cmake +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/platform_builders_windows_files.cmake @@ -6,6 +6,6 @@ # set(FILES - Atom_RHI_Vulkan_precompiled_Platform.h - Atom_RHI_Vulkan_precompiled_Windows.h + Atom_RHI_Vulkan_Platform.h + Atom_RHI_Vulkan_Windows.h ) diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/platform_private_windows_files.cmake b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/platform_private_windows_files.cmake index 5f26c9bf3d..135b60d6ea 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/platform_private_windows_files.cmake +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/Windows/platform_private_windows_files.cmake @@ -6,6 +6,6 @@ # set(FILES - Atom_RHI_Vulkan_precompiled_Platform.h - Atom_RHI_Vulkan_precompiled_Windows.h + Atom_RHI_Vulkan_Platform.h + Atom_RHI_Vulkan_Windows.h ) diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/Atom_RHI_Vulkan_precompiled_Platform.h b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/Atom_RHI_Vulkan_Platform.h similarity index 100% rename from Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/Atom_RHI_Vulkan_precompiled_Platform.h rename to Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/Atom_RHI_Vulkan_Platform.h diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/platform_builders_ios_files.cmake b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/platform_builders_ios_files.cmake index 540958e30a..82827f8153 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/platform_builders_ios_files.cmake +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/platform_builders_ios_files.cmake @@ -6,5 +6,5 @@ # set(FILES - Atom_RHI_Vulkan_precompiled_Platform.h + Atom_RHI_Vulkan_Platform.h ) diff --git a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/platform_private_ios_files.cmake b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/platform_private_ios_files.cmake index 540958e30a..82827f8153 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/platform_private_ios_files.cmake +++ b/Gems/Atom/RHI/Vulkan/Code/Include/Platform/iOS/platform_private_ios_files.cmake @@ -6,5 +6,5 @@ # set(FILES - Atom_RHI_Vulkan_precompiled_Platform.h + Atom_RHI_Vulkan_Platform.h ) diff --git a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/BufferView.h b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/BufferView.h index e44f41ce22..be3cad2e31 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/BufferView.h +++ b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/BufferView.h @@ -6,7 +6,7 @@ */ #pragma once -#include +#include #include #include diff --git a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/IndirectBufferSignature.cpp b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/IndirectBufferSignature.cpp index 0dda1eb44c..cab224637d 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/IndirectBufferSignature.cpp +++ b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/IndirectBufferSignature.cpp @@ -5,7 +5,7 @@ * */ -#include +#include #include namespace AZ diff --git a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Memory.h b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Memory.h index b795b26ddb..1baef6eb17 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Memory.h +++ b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Memory.h @@ -6,7 +6,7 @@ */ #pragma once -#include +#include #include #include #include diff --git a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingBlas.h b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingBlas.h index 4d31676e1e..be53849056 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingBlas.h +++ b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingBlas.h @@ -6,7 +6,7 @@ */ #pragma once -#include +#include #include #include #include diff --git a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingPipelineState.h b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingPipelineState.h index b55262edc6..35ca8ad6f5 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingPipelineState.h +++ b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingPipelineState.h @@ -6,7 +6,7 @@ */ #pragma once -#include +#include #include #include #include diff --git a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingTlas.h b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingTlas.h index 3c15ef84a3..dfbd1e1121 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingTlas.h +++ b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RayTracingTlas.h @@ -6,7 +6,7 @@ */ #pragma once -#include +#include #include #include #include diff --git a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RenderPass.h b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RenderPass.h index 26e294ab54..22cd8f3d6c 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RenderPass.h +++ b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/RenderPass.h @@ -6,7 +6,7 @@ */ #pragma once -#include +#include #include #include #include diff --git a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Sampler.h b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Sampler.h index 9d260bb743..6d6adc0bd3 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Sampler.h +++ b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Sampler.h @@ -6,7 +6,7 @@ */ #pragma once -#include +#include #include namespace AZ diff --git a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Semaphore.h b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Semaphore.h index acedd66eef..2510c722e7 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Semaphore.h +++ b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/Semaphore.h @@ -6,7 +6,7 @@ */ #pragma once -#include +#include #include #include #include diff --git a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/WSISurface.h b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/WSISurface.h index 11a3ab1215..3f7d27fe7c 100644 --- a/Gems/Atom/RHI/Vulkan/Code/Source/RHI/WSISurface.h +++ b/Gems/Atom/RHI/Vulkan/Code/Source/RHI/WSISurface.h @@ -6,7 +6,7 @@ */ #pragma once -#include +#include #include #include