Show / Hide Table of Contents

Class RenderPass

Inheritance
Object
RenderPass
Implements
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.Rendering
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
Type Name Description
ScriptableRenderContext ctx
Int32 w
Int32 h
Int32 samples
RenderPassAttachment[] colors
RenderPassAttachment depth

Properties

| Improve this Doc View Source

colorAttachments

Declaration
public RenderPassAttachment[] colorAttachments { get; }
Property Value
Type Description
RenderPassAttachment[]
| Improve this Doc View Source

context

Declaration
public ScriptableRenderContext context { get; }
Property Value
Type Description
ScriptableRenderContext
| Improve this Doc View Source

depthAttachment

Declaration
public RenderPassAttachment depthAttachment { get; }
Property Value
Type Description
RenderPassAttachment
| Improve this Doc View Source

height

Declaration
public int height { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

sampleCount

Declaration
public int sampleCount { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

width

Declaration
public int width { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

Implements

System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX