public final class ARBClearTexture extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
GL_CLEAR_TEXTURE |
Accepted by the <pname> parameter for GetInternalformativ and
GetInternalformati64v:
|
Modifier and Type | Method | Description |
---|---|---|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
ByteBuffer data) |
|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
DoubleBuffer data) |
|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
FloatBuffer data) |
|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
IntBuffer data) |
|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
LongBuffer data) |
|
static void |
glClearTexImage(int texture,
int level,
int format,
int type,
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,
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,
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,
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,
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,
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,
ShortBuffer data) |
public static final int GL_CLEAR_TEXTURE
public static void glClearTexImage(int texture, int level, int format, int type, ByteBuffer data)
public static void glClearTexImage(int texture, int level, int format, int type, DoubleBuffer data)
public static void glClearTexImage(int texture, int level, int format, int type, FloatBuffer data)
public static void glClearTexImage(int texture, int level, int format, int type, IntBuffer data)
public static void glClearTexImage(int texture, int level, int format, int type, ShortBuffer data)
public static void glClearTexImage(int texture, int level, int format, int type, 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, 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, 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, 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, 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, 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, LongBuffer data)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.