Package org.lwjgl.opengl
Class ARBClearTexture
java.lang.Object
org.lwjgl.opengl.ARBClearTexture
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <pname> parameter for GetInternalformativ and GetInternalformati64v: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglClearTexImage(int texture, int level, int format, int type, ByteBuffer data) static voidglClearTexImage(int texture, int level, int format, int type, DoubleBuffer data) static voidglClearTexImage(int texture, int level, int format, int type, FloatBuffer data) static voidglClearTexImage(int texture, int level, int format, int type, IntBuffer data) static voidglClearTexImage(int texture, int level, int format, int type, LongBuffer data) static voidglClearTexImage(int texture, int level, int format, int type, ShortBuffer data) static voidglClearTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, ByteBuffer data) static voidglClearTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, DoubleBuffer data) static voidglClearTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, FloatBuffer data) static voidglClearTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, IntBuffer data) static voidglClearTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, LongBuffer data) static voidglClearTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, ShortBuffer data)
-
Field Details
-
GL_CLEAR_TEXTURE
public static final int GL_CLEAR_TEXTUREAccepted by the <pname> parameter for GetInternalformativ and GetInternalformati64v:- See Also:
-
-
Method Details
-
glClearTexImage
-
glClearTexImage
-
glClearTexImage
-
glClearTexImage
-
glClearTexImage
-
glClearTexImage
-
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, 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, 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, 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, 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, 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, LongBuffer data)
-