Author :
Sam Lantinga
Date :
2017-12-08 08:58:02
Hash :dc04f290 Message :Defer getting the next drawable until we actually start rendering
This works better for games where there may be a bunch of simulation logic that needs to be run before the next rendering pass, and prevents blocking if the next drawable is busy.