public final class EXTTextureRg
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_R8_EXT
Accepted by the <internalformat> parameter of RenderbufferStorage and
RenderbufferStorageMultisampleAPPLE:
|
static int |
GL_RED_EXT
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D,
and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels:
|
static int |
GL_RG_EXT
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D,
and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels:
|
static int |
GL_RG8_EXT
Accepted by the <internalformat> parameter of RenderbufferStorage and
RenderbufferStorageMultisampleAPPLE:
|
public static final int GL_RED_EXT
public static final int GL_RG_EXT
public static final int GL_R8_EXT
public static final int GL_RG8_EXT
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.