Struct DataPhasePassThroughNode<T>.KernelDefs
Namespace: Unity.Compositor
Syntax
public struct KernelDefs : IKernelPortDefinition
Fields
Input
Declaration
public DataInput<DataPhasePassThroughNode<T>, T> Input
Field Value
| Type | Description |
|---|---|
| DataInput<DataPhasePassThroughNode<T>, T> |
Output
Declaration
public DataOutput<DataPhasePassThroughNode<T>, T> Output
Field Value
| Type | Description |
|---|---|
| DataOutput<DataPhasePassThroughNode<T>, T> |