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
Now the dispatch code will generate closure codes for each surface instance, even if some of the instances have the same surface type. And this feature brings long shader compilation time and long generated code length for complex scenes.
We are trying to refactor these codes to separate data dispatch and function dispatch.
The text was updated successfully, but these errors were encountered:
Now the
dispatch
code will generateclosure
codes for each surface instance, even if some of the instances have the same surface type. And this feature brings long shader compilation time and long generated code length for complex scenes.We are trying to refactor these codes to separate data dispatch and function dispatch.
The text was updated successfully, but these errors were encountered: