Class FullScreenCustomPass
Inheritance
FullScreenCustomPass
Syntax
[Serializable]
public class FullScreenCustomPass : CustomPass, IVersionable<CustomPass.Version>
Fields
fetchColorBuffer
Declaration
public bool fetchColorBuffer
Field Value
fullscreenPassMaterial
Declaration
public Material fullscreenPassMaterial
Field Value
Type |
Description |
Material |
|
materialPassName
Declaration
public string materialPassName
Field Value
Methods
Execute(ScriptableRenderContext, CommandBuffer, HDCamera, CullingResults)
Execute the pass with the fullscreen setup
Declaration
protected override void Execute(ScriptableRenderContext renderContext, CommandBuffer cmd, HDCamera hdCamera, CullingResults cullingResult)
Parameters
Type |
Name |
Description |
ScriptableRenderContext |
renderContext |
|
CommandBuffer |
cmd |
|
HDCamera |
hdCamera |
|
CullingResults |
cullingResult |
|
Overrides
Setup(ScriptableRenderContext, CommandBuffer)
Declaration
protected override void Setup(ScriptableRenderContext renderContext, CommandBuffer cmd)
Parameters
Type |
Name |
Description |
ScriptableRenderContext |
renderContext |
|
CommandBuffer |
cmd |
|
Overrides