StackType

Edit

Different types of stacks that can be pushed and popped with Pass:push and Pass:pop.

ValueDescription
transform The transform stack (Pass:transform, Pass:translate, etc.).
state Graphics state, like Pass:setColor, Pass:setFont, etc. Notably this does not include camera poses/projections or shader variables changed with Pass:send.

See also