Create a 1Gb buffer: glBufferData(GL_ARRAY_BUFFER, 1073741824, NULL, GL_STATIC_DRAW) · Update ~200 bytes at the front: glBufferSubData( ...
確定! 回上一頁