Field outTranscode
This is a structure contains a command buffer used to execute the sampling. This is required to apply any gpu processing pipelined right after the sampling. This can be seen also as a latch signal for the next node to add it’s processing to the gpu command buffer.
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
[Field("OutTranscode", PortDirection.Right, FieldExtra.Write)]
[SerializeField]
protected PortType<CustomPassContext> outTranscode
Returns
Type | Description |
---|---|
PortType<CustomPassContext> |