Pass:getType

Edit

Returns 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

NameTypeDescription
typePassType The type of the Pass.

See also