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
{{ message }}
This repository was archived by the owner on Dec 2, 2019. It is now read-only.
Hello. Thanks for a great project.
What are the reasons behind using scissor command? For which purposes it's used?
Why can't it be evaded?
Scissors are stopping one from combining multiple draw calls into instanced one or force to implement them in the shader.
Just adjust UV coords for elements when it's needed.
Thanks.