From: Mikko Rasa Date: Sun, 15 Dec 2013 18:03:20 +0000 (+0200) Subject: Explicitly bind buffer in Bufferable::update_buffer X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=5c51ba1057b222ab44eca253828d58e107e80df0;hp=5c51ba1057b222ab44eca253828d58e107e80df0;p=libs%2Fgl.git Explicitly bind buffer in Bufferable::update_buffer This reduces unnecessary bind/unbind thrashing if the buffer needs to be resized. ---