Package org.lwjgl.opengl
Class ARBInvalidateSubdata
java.lang.Object
org.lwjgl.opengl.ARBInvalidateSubdata
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
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
-
glInvalidateSubFramebuffer
public static void glInvalidateSubFramebuffer(int target, IntBuffer attachments, int x, int y, int width, int height)
-