Pass:getLabel

Edit

Returns the debug label of the Pass, which will show up when the Pass is printed and in some graphics debugging tools. This is set when the Pass is created, and can't be changed afterwards.

label = Pass:getLabel()

Arguments

None

Returns

NameTypeDescription
labelstring The label, or nil if none was set.

See also