From b37909187e56564df1b45d2c5932a1f54b9de58e Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Thu, 23 Jul 2009 20:56:59 +0000 Subject: [PATCH] missing out on glReadPixels --- src/templates/org/lwjgl/opengl/GL11.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/org/lwjgl/opengl/GL11.java b/src/templates/org/lwjgl/opengl/GL11.java index d920320b..1ce1817a 100644 --- a/src/templates/org/lwjgl/opengl/GL11.java +++ b/src/templates/org/lwjgl/opengl/GL11.java @@ -1284,6 +1284,7 @@ public interface GL11 { void glRecti(int x1, int y1, int x2, int y2); void glReadPixels(int x, int y, @GLsizei int width, @GLsizei int height, @GLenum int format, @GLenum int type, + @OutParameter @BufferObject(BufferKind.PackPBO) @Check("GLChecks.calculateImageStorage(pixels, format, type, width, height, 1)") @GLbyte