UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FTriangleSortingOrder
Definition OIT.h:24
EOITPassType
Definition OIT.h:17
@ OITPass_None
Definition OIT.h:18
@ OITPass_RegularTranslucency
Definition OIT.h:19
@ OITPass_SeperateTranslucency
Definition OIT.h:20
EPrimitiveType
Definition RHIDefinitions.h:822
@ PT_TriangleList
Definition RHIDefinitions.h:824
Definition RenderResource.h:509
Definition RenderGraphBuilder.h:49
Definition RenderGraphResources.h:571
Definition RHICommandList.h:455
Definition SceneRendering.h:1132
Type
Definition RHIFeatureLevel.h:20
Definition BasePassRendering.h:52
void OnRenderBegin(FOITSceneData &OITSceneData)
Definition OIT.cpp:1034
bool IsSortedTrianglesEnabled(EShaderPlatform InPlatform)
Definition OIT.cpp:868
FOITData CreateOITData(FRDGBuilder &GraphBuilder, const FViewInfo &View, EOITPassType PassType)
Definition OIT.cpp:959
bool IsSortedPixelsEnabledForPass(EOITPassType PassType)
Definition OIT.cpp:887
void AddOITComposePass(FRDGBuilder &GraphBuilder, const FViewInfo &View, FOITData &OITData, FRDGTextureRef SceneColorTexture)
Definition OIT.cpp:1024
void AddSortTrianglesPass(FRDGBuilder &GraphBuilder, const FViewInfo &View, FOITSceneData &OITSceneData, FTriangleSortingOrder SortType)
Definition OIT.cpp:898
bool IsSortedPixelsEnabled(const FViewInfo &InView)
Definition OIT.cpp:884
bool IsCompatible(const FMeshBatch &InMesh, ERHIFeatureLevel::Type InFeatureLevel)
Definition OIT.cpp:893
bool IsSortedPixelsEnabledForProject(EShaderPlatform InPlatform)
Definition OIT.cpp:873
Definition MeshBatch.h:99
Definition MeshBatch.h:232
Definition MeshBatch.h:371
uint32 Method
Definition OIT.h:54
float TransmittanceThreshold
Definition OIT.h:57
uint32 SupportedPass
Definition OIT.h:53
uint32 MaxSideSamplePerPixel
Definition OIT.h:56
FRDGTextureRef SampleDataTexture
Definition OIT.h:59
FRDGTextureRef SampleCountTexture
Definition OIT.h:60
EOITPassType PassType
Definition OIT.h:52
uint32 MaxSamplePerPixel
Definition OIT.h:55
TQueue< uint32 > FreeSlots
Definition OIT.h:75
TQueue< FSortedIndexBuffer * > PendingDeletes
Definition OIT.h:74
void Allocate(FRHICommandListBase &RHICmdList, EPrimitiveType PrimitiveType, const FMeshBatchElement &InMeshElement, FMeshBatchElementDynamicIndexBuffer &OutMeshElement)
Definition OIT.cpp:350
TArray< FSortedTriangleData > Allocations
Definition OIT.h:72
TArray< FSortedIndexBuffer * > FreeBuffers
Definition OIT.h:73
uint32 FrameIndex
Definition OIT.h:76
void Deallocate(FMeshBatchElement &OutMeshElement)
Definition OIT.cpp:421
FSortedIndexBuffer * SortedIndexBuffer
Definition OIT.h:33
uint32 SourceBaseVertexIndex
Definition OIT.h:37
uint32 NumPrimitives
Definition OIT.h:40
uint32 SourceMaxVertexIndex
Definition OIT.h:39
uint32 SourceMinVertexIndex
Definition OIT.h:38
const FIndexBuffer * SourceIndexBuffer
Definition OIT.h:32
EPrimitiveType SortedPrimitiveType
Definition OIT.h:44
uint32 SortedFirstIndex
Definition OIT.h:35
uint32 SourceFirstIndex
Definition OIT.h:36
EPrimitiveType SourcePrimitiveType
Definition OIT.h:43
bool IsValid() const
Definition OIT.h:46
uint32 NumIndices
Definition OIT.h:41