Removes LuxCore (#6491)

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-22 09:06:28 -08:00
committed by GitHub
parent aafb9e8110
commit 74f0cb5b98
37 changed files with 6 additions and 1626 deletions
@@ -74,11 +74,6 @@
#include <Atom/RPI.Public/Pass/PassSystemInterface.h>
#if AZ_TRAIT_LUXCORE_SUPPORTED
#include <Atom/Feature/LuxCore/RenderTexturePass.h>
#include <Atom/Feature/LuxCore/LuxCoreTexturePass.h>
#endif
#include <Checkerboard/CheckerboardPass.h>
#include <Checkerboard/CheckerboardColorResolvePass.h>
@@ -221,11 +216,6 @@ namespace AZ
passSystem->AddPassCreator(Name("DisplayMapperFullScreenPass"), &DisplayMapperFullScreenPass::Create);
passSystem->AddPassCreator(Name("OutputTransformPass"), &OutputTransformPass::Create);
passSystem->AddPassCreator(Name("EyeAdaptationPass"), &EyeAdaptationPass::Create);
// Add RenderTexture and LuxCoreTexture pass
#if AZ_TRAIT_LUXCORE_SUPPORTED
passSystem->AddPassCreator(Name("RenderTexturePass"), &RenderTexturePass::Create);
passSystem->AddPassCreator(Name("LuxCoreTexturePass"), &LuxCoreTexturePass::Create);
#endif
passSystem->AddPassCreator(Name("ImGuiPass"), &ImGuiPass::Create);
passSystem->AddPassCreator(Name("LightCullingPass"), &LightCullingPass::Create);
passSystem->AddPassCreator(Name("LightCullingRemapPass"), &LightCullingRemap::Create);