When using v-sync, I'm wondering what something like GFLW does when a bufferswap is called when a screen update hasn't been completed at the time of the swap call.
Is the process stopped at that point, or is the bufferswap just ignored and the rest of the code is allowed to continue from that point?