Added State::enableVertexBuffer(), State::disableVertexBuffer() and enableFrameBuffer(),
so that the overhead is taken out of the State::render() method. Furthermore State::update now builds an attribute list ordered by the array-buffer-id in order to avoid multiple bind calls of the same array buffer.
Please register or sign in to comment