Class DrawSkyboxPass
Draw the skybox into the given color buffer using the given depth buffer for depth testing.
This pass renders the standard Unity skybox.
Inherited Members
Namespace: UnityEngine .Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public class DrawSkyboxPass : ScriptableRenderPass
Constructors
Name | Description |
---|---|
Draw |
Creates a new |
Methods
Name | Description |
---|---|
Execute(Scriptable |
Execute the pass. This is where custom rendering occurs. Specific details are left to the implementation |