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
There should be no dynamic allocation in a render callback. (Dynamic allocation is widely considered a no-no in real-time threads, since it can block.)
The text was updated successfully, but these errors were encountered:
wtholliday
changed the title
use of @autoreleasepool in render block
use of @autoreleasepool in renderCallback and inputCallback
Oct 8, 2015
There should be no dynamic allocation in a render callback. (Dynamic allocation is widely considered a no-no in real-time threads, since it can block.)
The text was updated successfully, but these errors were encountered: