Go to the source code of this file.
|
| float | DecalRendering::GetDecalFadeScreenSizeMultiplier () |
| |
| float | DecalRendering::CalculateDecalFadeAlpha (float DecalFadeScreenSize, const FMatrix &ComponentToWorldMatrix, const FViewInfo &View, float FadeMultiplier) |
| |
| FMatrix | DecalRendering::ComputeComponentToClipMatrix (const FViewInfo &View, const FMatrix &DecalComponentToWorld) |
| |
| void | DecalRendering::SetVertexShaderOnly (FRHICommandList &RHICmdList, FGraphicsPipelineStateInitializer &GraphicsPSOInit, const FViewInfo &View, const FMatrix &FrustumComponentToClip) |
| |
| void | DecalRendering::SortDecalList (FRelevantDecalList &Decals) |
| |
| FVisibleDecalList | DecalRendering::BuildVisibleDecalList (TConstArrayView< FDeferredDecalProxy * > Decals, const FViewInfo &View) |
| |
| FRelevantDecalList | DecalRendering::BuildRelevantDecalList (TConstArrayView< FVisibleDecal > Decals, EDecalRenderStage DecalRenderStage) |
| |
| bool | DecalRendering::HasRelevantDecals (TConstArrayView< FVisibleDecal > Decals, EDecalRenderStage DecalRenderStage) |
| |
| bool | DecalRendering::GetShaders (ERHIFeatureLevel::Type FeatureLevel, const FMaterial &Material, EDecalRenderStage DecalRenderStage, TShaderRef< FShader > &OutVertexShader, TShaderRef< FShader > &OutPixelShader) |
| |
| bool | DecalRendering::SetupShaderState (ERHIFeatureLevel::Type FeatureLevel, const FMaterial &Material, EDecalRenderStage DecalRenderStage, FBoundShaderStateInput &OutBoundShaderState) |
| |
| void | DecalRendering::SetShader (FRHICommandList &RHICmdList, FGraphicsPipelineStateInitializer &GraphicsPSOInit, uint32 StencilRef, const FViewInfo &View, const FVisibleDecal &VisibleDecal, EDecalRenderStage DecalRenderStage, const FMatrix &FrustumComponentToClip, const FScene *Scene) |
| |
◆ FRelevantDecalList
◆ FVisibleDecalList
◆ TShaderRef