LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Pazuzu on November 17, 2012, 19:41:48

Title: Uncoupling of resize-handling and buffer swap
Post by: Pazuzu on November 17, 2012, 19:41:48
I try to test for a modified window size without swapping the buffers but I can only get an updated window size after an update call, which does swap buffers.
Is there a reason why the swap is coupled with resize-handling or could this be moved to an external method, like processMessages?