org.lwjgl.opengl
Class ARBClearTexture

java.lang.Object
  extended by org.lwjgl.opengl.ARBClearTexture

public final class ARBClearTexture
extends java.lang.Object


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

GL_CLEAR_TEXTURE

public static final int GL_CLEAR_TEXTURE
Accepted by the <pname> parameter for GetInternalformativ and GetInternalformati64v:

See Also:
Constant Field Values
Method Detail

glClearTexImage

public static void glClearTexImage(int texture,
                                   int level,
                                   int format,
                                   int type,
                                   java.nio.ByteBuffer data)

glClearTexImage

public static void glClearTexImage(int texture,
                                   int level,
                                   int format,
                                   int type,
                                   java.nio.DoubleBuffer data)

glClearTexImage

public static void glClearTexImage(int texture,
                                   int level,
                                   int format,
                                   int type,
                                   java.nio.FloatBuffer data)

glClearTexImage

public static void glClearTexImage(int texture,
                                   int level,
                                   int format,
                                   int type,
                                   java.nio.IntBuffer data)

glClearTexImage

public static void glClearTexImage(int texture,
                                   int level,
                                   int format,
                                   int type,
                                   java.nio.ShortBuffer data)

glClearTexImage

public static void glClearTexImage(int texture,
                                   int level,
                                   int format,
                                   int type,
                                   java.nio.LongBuffer data)

glClearTexSubImage

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)

glClearTexSubImage

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)

glClearTexSubImage

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)

glClearTexSubImage

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)

glClearTexSubImage

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)

glClearTexSubImage

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)


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.