missing out on glReadPixels

This commit is contained in:
Brian Matzon 2009-07-23 20:56:59 +00:00
parent 7c9c64bf8e
commit b37909187e
1 changed files with 1 additions and 0 deletions

View File

@ -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