Class AdditionalLightsShadowCasterPass
Renders a shadow map atlas for additional shadow-casting Lights.
Inherited Members
Namespace: UnityEngine .Rendering.Universal.Internal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public class AdditionalLightsShadowCasterPass : ScriptableRenderPass
Constructors
Name | Description |
---|---|
Additional |
Creates a new |
Methods
Name | Description |
---|---|
Configure(Command |
This method is called by the renderer before executing the render pass.
Override this method if you need to to configure render targets and their clear state, and to create temporary render target textures.
If a render pass doesn't override this method, this render pass renders to the active Camera's render target.
You should never call CommandBuffer.SetRenderTarget. Instead call |
Dispose() | Cleans up resources used by the pass. |
Execute(Scriptable |
Execute the pass. This is where custom rendering occurs. Specific details are left to the implementation |
Get |
Gets the additional light index from the global visible light index, which is used to index arrays _AdditionalLightsPosition, _AdditionalShadowParams, etc. |
Setup(ref Rendering |
Sets up the pass. |