org.lwjgl.opengles
Class EXTUnpackSubimage

java.lang.Object
  extended by org.lwjgl.opengles.EXTUnpackSubimage

public final class EXTUnpackSubimage
extends java.lang.Object


Field Summary
static int GL_UNPACK_ROW_LENGTH
          Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:
static int GL_UNPACK_SKIP_PIXELS
          Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:
static int GL_UNPACK_SKIP_ROWS
          Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GL_UNPACK_ROW_LENGTH

public static final int GL_UNPACK_ROW_LENGTH
Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:

See Also:
Constant Field Values

GL_UNPACK_SKIP_ROWS

public static final int GL_UNPACK_SKIP_ROWS
Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:

See Also:
Constant Field Values

GL_UNPACK_SKIP_PIXELS

public static final int GL_UNPACK_SKIP_PIXELS
Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and GetFloatv:

See Also:
Constant Field Values


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.