Update javadoc for glMapBuffer

This commit is contained in:
Elias Naur 2006-12-21 08:10:23 +00:00
parent 175ac13445
commit 7f05f4ed8a
2 changed files with 0 additions and 2 deletions

View File

@ -109,7 +109,6 @@ public interface ARB_buffer_object {
* <p/>
* ByteBuffer mapped_buffer; mapped_buffer = glMapBufferARB(..., ..., ..., null); ... // Another map on the same buffer mapped_buffer = glMapBufferARB(..., ..., ..., mapped_buffer);
*
* @param result_size The size of the buffer area.
* @param old_buffer A ByteBuffer. If this argument points to the same address and has the same capacity as the new mapping, it will be returned and no new buffer will be created.
*
* @return A ByteBuffer representing the mapped buffer memory.

View File

@ -115,7 +115,6 @@ public interface GL15 {
* ByteBuffer mapped_buffer; mapped_buffer = glMapBuffer(..., ..., ..., null); ... // Another map on the same buffer
* mapped_buffer = glMapBuffer(..., ..., ..., mapped_buffer);
*
* @param result_size The size of the buffer area.
* @param old_buffer A ByteBuffer. If this argument points to the same address and has the same capacity as the new mapping, it will be returned and no
* new buffer will be created.
*