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
Today, sys_render2d draws all entities in a single instanced draw call. This is fast, but it also makes it impossible to change some drawing properties, like the blending mode, for a subset of entities.
The text was updated successfully, but these errors were encountered:
Today,
sys_render2d
draws all entities in a single instanced draw call. This is fast, but it also makes it impossible to change some drawing properties, like the blending mode, for a subset of entities.The text was updated successfully, but these errors were encountered: