Promote IndexedDataVector to public Feature/Utils header
Signed-off-by: Jeremy Ong <jcong@amazon.com>
This commit is contained in:
@@ -284,7 +284,7 @@ namespace AZ
|
||||
passSystem->AddPassCreator(Name("ReflectionScreenSpaceCompositePass"), &Render::ReflectionScreenSpaceCompositePass::Create);
|
||||
passSystem->AddPassCreator(Name("ReflectionCopyFrameBufferPass"), &Render::ReflectionCopyFrameBufferPass::Create);
|
||||
|
||||
// Add RayTracing pas
|
||||
// Add RayTracing pass
|
||||
passSystem->AddPassCreator(Name("RayTracingPass"), &Render::RayTracingPass::Create);
|
||||
|
||||
// setup handler for load pass template mappings
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <Atom/Feature/CoreLights/CapsuleLightFeatureProcessorInterface.h>
|
||||
#include <Atom/Feature/Utils/GpuBufferHandler.h>
|
||||
#include <CoreLights/IndexedDataVector.h>
|
||||
#include <Atom/Feature/Utils/IndexedDataVector.h>
|
||||
#include <Atom/Feature/CoreLights/PhotometricValue.h>
|
||||
|
||||
namespace AZ
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <CoreLights/EsmShadowmapsPass.h>
|
||||
#include <CoreLights/IndexedDataVector.h>
|
||||
|
||||
#include <Atom/Feature/Utils/GpuBufferHandler.h>
|
||||
#include <Atom/Feature/Utils/IndexedDataVector.h>
|
||||
#include <Atom/Feature/CoreLights/DirectionalLightFeatureProcessorInterface.h>
|
||||
#include <Atom/RPI.Public/AuxGeom/AuxGeomFeatureProcessorInterface.h>
|
||||
#include <Atom/RPI.Public/Buffer/Buffer.h>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <Atom/Feature/CoreLights/DiskLightFeatureProcessorInterface.h>
|
||||
#include <Atom/Feature/CoreLights/PhotometricValue.h>
|
||||
#include <Atom/Feature/Utils/GpuBufferHandler.h>
|
||||
#include <CoreLights/IndexedDataVector.h>
|
||||
#include <Atom/Feature/Utils/IndexedDataVector.h>
|
||||
#include <Shadows/ProjectedShadowFeatureProcessor.h>
|
||||
|
||||
namespace AZ
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <Atom/Feature/CoreLights/PhotometricValue.h>
|
||||
#include <Atom/Feature/CoreLights/PointLightFeatureProcessorInterface.h>
|
||||
#include <Atom/Feature/Utils/GpuBufferHandler.h>
|
||||
#include <CoreLights/IndexedDataVector.h>
|
||||
#include <Atom/Feature/Utils/IndexedDataVector.h>
|
||||
#include <Shadows/ProjectedShadowFeatureProcessor.h>
|
||||
|
||||
namespace AZ
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <Atom/Feature/CoreLights/QuadLightFeatureProcessorInterface.h>
|
||||
#include <Atom/Feature/Utils/GpuBufferHandler.h>
|
||||
#include <CoreLights/IndexedDataVector.h>
|
||||
#include <Atom/Feature/Utils/IndexedDataVector.h>
|
||||
|
||||
namespace AZ
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <Atom/Feature/CoreLights/PhotometricValue.h>
|
||||
#include <Atom/Feature/CoreLights/SimplePointLightFeatureProcessorInterface.h>
|
||||
#include <Atom/Feature/Utils/GpuBufferHandler.h>
|
||||
#include <CoreLights/IndexedDataVector.h>
|
||||
#include <Atom/Feature/Utils/IndexedDataVector.h>
|
||||
|
||||
namespace AZ
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <Atom/Feature/CoreLights/PhotometricValue.h>
|
||||
#include <Atom/Feature/CoreLights/SimpleSpotLightFeatureProcessorInterface.h>
|
||||
#include <Atom/Feature/Utils/GpuBufferHandler.h>
|
||||
#include <CoreLights/IndexedDataVector.h>
|
||||
#include <Atom/Feature/Utils/IndexedDataVector.h>
|
||||
|
||||
namespace AZ
|
||||
{
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <Atom/Feature/Utils/GpuBufferHandler.h>
|
||||
#include <Atom/Feature/Utils/IndexedDataVector.h>
|
||||
#include <Atom/Feature/Decals/DecalFeatureProcessorInterface.h>
|
||||
#include <Atom/RPI.Reflect/Image/ImageAsset.h>
|
||||
#include <Atom/RPI.Public/Image/StreamingImage.h>
|
||||
@@ -16,7 +17,6 @@
|
||||
#include <Atom/Feature/Utils/IndexableList.h>
|
||||
#include <Decals/DecalTextureArray.h>
|
||||
#include <Decals/AsyncLoadTracker.h>
|
||||
#include <CoreLights/IndexedDataVector.h>
|
||||
|
||||
namespace AZ
|
||||
{
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
|
||||
#include <Atom/Feature/Shadows/ProjectedShadowFeatureProcessorInterface.h>
|
||||
#include <Atom/Feature/Utils/GpuBufferHandler.h>
|
||||
#include <Atom/Feature/Utils/IndexedDataVector.h>
|
||||
#include <Atom/Feature/Utils/MultiSparseVector.h>
|
||||
#include <CoreLights/EsmShadowmapsPass.h>
|
||||
#include <CoreLights/ProjectedShadowmapsPass.h>
|
||||
#include <CoreLights/IndexedDataVector.h>
|
||||
|
||||
namespace AZ::Render
|
||||
{
|
||||
|
||||
@@ -37,6 +37,8 @@ set(FILES
|
||||
Include/Atom/Feature/TransformService/TransformServiceFeatureProcessor.h
|
||||
Include/Atom/Feature/Utils/FrameCaptureBus.h
|
||||
Include/Atom/Feature/Utils/GpuBufferHandler.h
|
||||
Include/Atom/Feature/Utils/IndexedDataVector.h
|
||||
Include/Atom/Feature/Utils/IndexedDataVector.inl
|
||||
Include/Atom/Feature/Utils/MultiIndexedDataVector.h
|
||||
Include/Atom/Feature/Utils/MultiSparseVector.h
|
||||
Include/Atom/Feature/Utils/ProfilingCaptureBus.h
|
||||
@@ -77,8 +79,6 @@ set(FILES
|
||||
Source/CoreLights/DiskLightFeatureProcessor.cpp
|
||||
Source/CoreLights/EsmShadowmapsPass.h
|
||||
Source/CoreLights/EsmShadowmapsPass.cpp
|
||||
Source/CoreLights/IndexedDataVector.h
|
||||
Source/CoreLights/IndexedDataVector.inl
|
||||
Source/CoreLights/LtcCommon.h
|
||||
Source/CoreLights/LtcCommon.cpp
|
||||
Source/CoreLights/PointLightFeatureProcessor.h
|
||||
|
||||
Reference in New Issue
Block a user