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
Recording the command buffer for a given frame currently takes about 1.5ms, which eats into the general CPU time. It should be possible to offload this work to a separate thread.
Care must be taken with things like asset updates which may come from the main thread.
The text was updated successfully, but these errors were encountered:
Recording the command buffer for a given frame currently takes about 1.5ms, which eats into the general CPU time. It should be possible to offload this work to a separate thread.
Care must be taken with things like asset updates which may come from the main thread.
The text was updated successfully, but these errors were encountered: