Pass:getType
EditReturns the type of the pass (render, compute, or transfer). The type restricts what kinds of functions can be called on the pass.
type = Pass:getType()
Arguments
None
Returns
Name | Type | Description |
type | PassType | The type of the Pass. |
See also
Pass