From 0eb8a4ee4fab6562debbf2f6d1ae070a73a3d163 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Thu, 21 Dec 2006 08:11:29 +0000 Subject: [PATCH] Commit changes in automatically generated files --- src/generated/org/lwjgl/opengl/ARBBufferObject.java | 1 - src/generated/org/lwjgl/opengl/GL15.java | 1 - 2 files changed, 2 deletions(-) diff --git a/src/generated/org/lwjgl/opengl/ARBBufferObject.java b/src/generated/org/lwjgl/opengl/ARBBufferObject.java index 48f7c18c..4e110303 100644 --- a/src/generated/org/lwjgl/opengl/ARBBufferObject.java +++ b/src/generated/org/lwjgl/opengl/ARBBufferObject.java @@ -194,7 +194,6 @@ public class ARBBufferObject { * way, an application will normally use glMapBufferARB like this: *

* 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. */ diff --git a/src/generated/org/lwjgl/opengl/GL15.java b/src/generated/org/lwjgl/opengl/GL15.java index b0aa43ea..7a8420bd 100644 --- a/src/generated/org/lwjgl/opengl/GL15.java +++ b/src/generated/org/lwjgl/opengl/GL15.java @@ -219,7 +219,6 @@ public final class 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. * @return A ByteBuffer representing the mapped buffer memory.