|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengl.ARBTextureView
public final class ARBTextureView
| Field Summary | |
|---|---|
static int |
GL_TEXTURE_IMMUTABLE_LEVELS
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv: |
static int |
GL_TEXTURE_VIEW_MIN_LAYER
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv: |
static int |
GL_TEXTURE_VIEW_MIN_LEVEL
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv: |
static int |
GL_TEXTURE_VIEW_NUM_LAYERS
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv: |
static int |
GL_TEXTURE_VIEW_NUM_LEVELS
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv: |
| Method Summary | |
|---|---|
static void |
glTextureView(int texture,
int target,
int origtexture,
int internalformat,
int minlevel,
int numlevels,
int minlayer,
int numlayers)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GL_TEXTURE_VIEW_MIN_LEVEL
public static final int GL_TEXTURE_VIEW_NUM_LEVELS
public static final int GL_TEXTURE_VIEW_MIN_LAYER
public static final int GL_TEXTURE_VIEW_NUM_LAYERS
public static final int GL_TEXTURE_IMMUTABLE_LEVELS
| Method Detail |
|---|
public static void glTextureView(int texture,
int target,
int origtexture,
int internalformat,
int minlevel,
int numlevels,
int minlayer,
int numlayers)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||