org.lwjgl.opengles
Class EXTReadFormatBgra

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

public final class EXTReadFormatBgra
extends java.lang.Object


Field Summary
static int GL_BGRA_EXT
          Accepted by the <format> parameter of ReadPixels:
static int GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT
          Accepted by the <type> parameter of ReadPixels:
static int GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT
          Accepted by the <type> parameter of ReadPixels:
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GL_BGRA_EXT

public static final int GL_BGRA_EXT
Accepted by the <format> parameter of ReadPixels:

See Also:
Constant Field Values

GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT

public static final int GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT
Accepted by the <type> parameter of ReadPixels:

See Also:
Constant Field Values

GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT

public static final int GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT
Accepted by the <type> parameter of ReadPixels:

See Also:
Constant Field Values


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