You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be immensely useful for the new renderer to support layer handling. Currently, in Savescum, I reorder the layers and defer the drawing, but it's such a common feature, that I think it should be part of canvas. It can be done somewhat easily with a depth buffer.
The text was updated successfully, but these errors were encountered:
It would be immensely useful for the new renderer to support layer handling. Currently, in Savescum, I reorder the layers and defer the drawing, but it's such a common feature, that I think it should be part of
canvas
. It can be done somewhat easily with a depth buffer.The text was updated successfully, but these errors were encountered: