|
|
|
|
|
by vertex-four
2185 days ago
|
|
Because you want garbage collection to happen at specific, well-defined times (i.e. in the slack between frames), in a separate thread - not in the middle of rendering a frame on the main thread when you happen to drop something out of scope. |
|