StackType
EditDifferent types of stacks that can be pushed and popped with Pass:push
and Pass:pop
.
Value | Description |
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 .
|