Class DrawObjectsPass
Draw objects into the given color and depth target
You can use this pass to render objects that have a material and/or shader with the pass names UniversalForward or SRPDefaultUnlit.
Inherited Members
Namespace: UnityEngine .Rendering.Universal.Internal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public class DrawObjectsPass : ScriptableRenderPass
Constructors
Name | Description |
---|---|
Draw |
Creates a new |
Draw |
Creates a new |
Fields
Name | Description |
---|---|
m_Profiling |
Profiling sampler |
m_Should |
Used to indicate whether transparent objects should receive shadows or not. |
Methods
Name | Description |
---|---|
Execute(Scriptable |
Execute the pass. This is where custom rendering occurs. Specific details are left to the implementation |