Interface IRenderPipeline
Inherited Members
Namespace: UnityEngine.Experimental.Rendering
Assembly: UnityEngine.dll
Syntax
public interface IRenderPipeline : IDisposable
Properties
| Improve this Doc View Sourcedisposed
Declaration
bool disposed { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
| Improve this Doc View SourceRender(ScriptableRenderContext, Camera[])
Declaration
void Render(ScriptableRenderContext renderContext, Camera[] cameras)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptableRenderContext | renderContext | |
| Camera[] | cameras |