org.lwjgl.opengles
Class OESRGB8RGBA8

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

public final class OESRGB8RGBA8
extends java.lang.Object


Field Summary
static int GL_RGB8_OES
          Accepted by the <internalformat> parameter of RenderbufferStorageOES:
static int GL_RGBA8_OES
          Accepted by the <internalformat> parameter of RenderbufferStorageOES:
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GL_RGB8_OES

public static final int GL_RGB8_OES
Accepted by the <internalformat> parameter of RenderbufferStorageOES:

See Also:
Constant Field Values

GL_RGBA8_OES

public static final int GL_RGBA8_OES
Accepted by the <internalformat> parameter of RenderbufferStorageOES:

See Also:
Constant Field Values


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