Show / Hide Table of Contents

Class MixtureGraphProcessor

Inheritance
System.Object
MixtureGraphProcessor
Implements
System.IDisposable
Namespace: Mixture
Assembly: Mixture.Runtime.dll
Syntax
public class MixtureGraphProcessor : BaseGraphProcessor, IDisposable

Constructors

| Improve this Doc View Source

MixtureGraphProcessor(BaseGraph)

Declaration
public MixtureGraphProcessor(BaseGraph graph)
Parameters
Type Name Description
BaseGraph graph

Properties

| Improve this Doc View Source

info

Declaration
public ComputeOrderInfo info { get; }
Property Value
Type Description
ComputeOrderInfo

Methods

| Improve this Doc View Source

AddGPUAndCPUBarrier(CommandBuffer)

Declaration
public static void AddGPUAndCPUBarrier(CommandBuffer currentCmd)
Parameters
Type Name Description
UnityEngine.Rendering.CommandBuffer currentCmd
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()
| Improve this Doc View Source

GetNodeDependencies(BaseNode)

Declaration
public List<BaseNode> GetNodeDependencies(BaseNode node)
Parameters
Type Name Description
BaseNode node
Returns
Type Description
System.Collections.Generic.List<BaseNode>
| Improve this Doc View Source

GetOrCreate(MixtureGraph)

Declaration
public static MixtureGraphProcessor GetOrCreate(MixtureGraph graph)
Parameters
Type Name Description
MixtureGraph graph
Returns
Type Description
MixtureGraphProcessor
| Improve this Doc View Source

Run()

Declaration
public override void Run()
| Improve this Doc View Source

RunOnce(MixtureGraph)

Declaration
public static void RunOnce(MixtureGraph graph)
Parameters
Type Name Description
MixtureGraph graph
| Improve this Doc View Source

UpdateComputeOrder()

Declaration
public override void UpdateComputeOrder()

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX