|
From: <eli...@us...> - 2006-12-21 08:11:30
|
Revision: 2703
http://svn.sourceforge.net/java-game-lib/?rev=2703&view=rev
Author: elias_naur
Date: 2006-12-21 00:11:29 -0800 (Thu, 21 Dec 2006)
Log Message:
-----------
Commit changes in automatically generated files
Modified Paths:
--------------
trunk/LWJGL/src/generated/org/lwjgl/opengl/ARBBufferObject.java
trunk/LWJGL/src/generated/org/lwjgl/opengl/GL15.java
Modified: trunk/LWJGL/src/generated/org/lwjgl/opengl/ARBBufferObject.java
===================================================================
--- trunk/LWJGL/src/generated/org/lwjgl/opengl/ARBBufferObject.java 2006-12-21 08:10:23 UTC (rev 2702)
+++ trunk/LWJGL/src/generated/org/lwjgl/opengl/ARBBufferObject.java 2006-12-21 08:11:29 UTC (rev 2703)
@@ -194,7 +194,6 @@
* way, an application will normally use glMapBufferARB like this:
* <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.
*/
Modified: trunk/LWJGL/src/generated/org/lwjgl/opengl/GL15.java
===================================================================
--- trunk/LWJGL/src/generated/org/lwjgl/opengl/GL15.java 2006-12-21 08:10:23 UTC (rev 2702)
+++ trunk/LWJGL/src/generated/org/lwjgl/opengl/GL15.java 2006-12-21 08:11:29 UTC (rev 2703)
@@ -219,7 +219,6 @@
* <p/>
* 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.
* @return A ByteBuffer representing the mapped buffer memory.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|