Is there a way to call BufferData with a null buffer (to initialize the buffer without copying data) ?
I think it could be usefull when you use a vertex buffer that you initialize from different memory blocks.
Vincent
Is there a way to call BufferData with a null buffer (to initialize the buffer without copying data) ?
I think it could be usefull when you use a vertex buffer that you initialize from different memory blocks.
Vincent
Yes. The jogl-demos VertexBufferObject demo does this as an example.