public final class ARBTextureRectangle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB
Accepted by the <pname> parameter of GetBooleanv, GetDoublev,
GetIntegerv and GetFloatv:
|
static int |
GL_PROXY_TEXTURE_RECTANGLE_ARB
Accepted by the <target> parameter of GetTexLevelParameteriv,
GetTexLevelParameterfv, GetTexParameteriv and TexImage2D:
|
static int |
GL_SAMPLER_2D_RECT_ARB
Returned by <type> parameter of GetActiveUniform when the location
<index> for program object <program> is of type sampler2DRect:
|
static int |
GL_SAMPLER_2D_RECT_SHADOW_ARB
Returned by <type> parameter of GetActiveUniform when the location
<index> for program object <program> is of type sampler2DRectShadow:
|
static int |
GL_TEXTURE_BINDING_RECTANGLE_ARB
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv and GetDoublev:
|
static int |
GL_TEXTURE_RECTANGLE_ARB
Accepted by the <cap> parameter of Enable, Disable and IsEnabled;
by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv
and GetDoublev; and by the <target> parameter of BindTexture,
GetTexParameterfv, GetTexParameteriv, TexParameterf, TexParameteri,
TexParameterfv and TexParameteriv:
Accepted by the <target> parameter of GetTexImage,
GetTexLevelParameteriv, GetTexLevelParameterfv, TexImage2D,
CopyTexImage2D, TexSubImage2D and CopySubTexImage2D:
|
public static final int GL_TEXTURE_RECTANGLE_ARB
public static final int GL_TEXTURE_BINDING_RECTANGLE_ARB
public static final int GL_PROXY_TEXTURE_RECTANGLE_ARB
public static final int GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB
public static final int GL_SAMPLER_2D_RECT_ARB
public static final int GL_SAMPLER_2D_RECT_SHADOW_ARB
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.