Hello,
i’m poting my game engine from jogl1.1.1 to jsr231 and my question is when should i use the rewind method? allways?
when want to use buffers to fill model matrices? or when i want to use glsl codes?
call it once or every time, when i modeify the buffer’s content?
what does the rewind make exactly? and the order methods?
Thanks…