|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengl.ARBClearTexture
public final class ARBClearTexture
| Field Summary | |
|---|---|
static int |
GL_CLEAR_TEXTURE
Accepted by the <pname> parameter for GetInternalformativ and GetInternalformati64v: |
| Method Summary | |
|---|---|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.ByteBuffer data)
|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.DoubleBuffer data)
|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.FloatBuffer data)
|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.IntBuffer data)
|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.LongBuffer data)
|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.ShortBuffer data)
|
static void |
glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.ByteBuffer data)
|
static void |
glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.DoubleBuffer data)
|
static void |
glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.FloatBuffer data)
|
static void |
glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.IntBuffer data)
|
static void |
glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.LongBuffer data)
|
static void |
glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.ShortBuffer data)
|
| 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_CLEAR_TEXTURE
| Method Detail |
|---|
public static void glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.ByteBuffer data)
public static void glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.DoubleBuffer data)
public static void glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.FloatBuffer data)
public static void glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.IntBuffer data)
public static void glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.ShortBuffer data)
public static void glClearTexImage(int texture,
int level,
int format,
int type,
java.nio.LongBuffer data)
public static void glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.ByteBuffer data)
public static void glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.DoubleBuffer data)
public static void glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.FloatBuffer data)
public static void glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.IntBuffer data)
public static void glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.ShortBuffer data)
public static void glClearTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.LongBuffer data)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||