Package org.lwjgl.opengl
Class ARBInvalidateSubdata
- java.lang.Object
-
- org.lwjgl.opengl.ARBInvalidateSubdata
-
public final class ARBInvalidateSubdata extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglInvalidateBufferData(int buffer)static voidglInvalidateBufferSubData(int buffer, long offset, long length)static voidglInvalidateFramebuffer(int target, IntBuffer attachments)static voidglInvalidateSubFramebuffer(int target, IntBuffer attachments, int x, int y, int width, int height)static voidglInvalidateTexImage(int texture, int level)static voidglInvalidateTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth)
-
-
-
Method Detail
-
glInvalidateTexSubImage
public static void glInvalidateTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth)
-
glInvalidateTexImage
public static void glInvalidateTexImage(int texture, int level)
-
glInvalidateBufferSubData
public static void glInvalidateBufferSubData(int buffer, long offset, long length)
-
glInvalidateBufferData
public static void glInvalidateBufferData(int buffer)
-
glInvalidateFramebuffer
public static void glInvalidateFramebuffer(int target, IntBuffer attachments)
-
glInvalidateSubFramebuffer
public static void glInvalidateSubFramebuffer(int target, IntBuffer attachments, int x, int y, int width, int height)
-
-