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
This is fairly straightforward - just use new_command_buffer_with_unretained_references instead of new_command_buffer. The user is already responsible for tracking the lifetimes. Should be an easy win, just unclear how big of a win. So we'll need to measure it nicely.
The text was updated successfully, but these errors were encountered:
This is fairly straightforward - just use
new_command_buffer_with_unretained_references
instead ofnew_command_buffer
. The user is already responsible for tracking the lifetimes. Should be an easy win, just unclear how big of a win. So we'll need to measure it nicely.The text was updated successfully, but these errors were encountered: