Class RenderPass
Assembly: UnityEngine.dll
Syntax
public class RenderPass : IDisposable
Constructors
|
Improve this Doc
View Source
RenderPass(ScriptableRenderContext, Int32, Int32, Int32, RenderPassAttachment[], RenderPassAttachment)
Declaration
public RenderPass(ScriptableRenderContext ctx, int w, int h, int samples, RenderPassAttachment[] colors, RenderPassAttachment depth = null)
Parameters
Properties
|
Improve this Doc
View Source
colorAttachments
Declaration
public RenderPassAttachment[] colorAttachments { get; }
Property Value
|
Improve this Doc
View Source
context
Declaration
public ScriptableRenderContext context { get; }
Property Value
|
Improve this Doc
View Source
depthAttachment
Declaration
public RenderPassAttachment depthAttachment { get; }
Property Value
|
Improve this Doc
View Source
height
Declaration
public int height { get; }
Property Value
|
Improve this Doc
View Source
sampleCount
Declaration
public int sampleCount { get; }
Property Value
|
Improve this Doc
View Source
width
Declaration
public int width { get; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
Implements
Extension Methods