public final class ARBInvalidateSubdata
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
glInvalidateBufferData(int buffer) |
static void |
glInvalidateBufferSubData(int buffer,
long offset,
long length) |
static void |
glInvalidateFramebuffer(int target,
java.nio.IntBuffer attachments) |
static void |
glInvalidateSubFramebuffer(int target,
java.nio.IntBuffer attachments,
int x,
int y,
int width,
int height) |
static void |
glInvalidateTexImage(int texture,
int level) |
static void |
glInvalidateTexSubImage(int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth) |
public static void glInvalidateTexSubImage(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth)
public static void glInvalidateTexImage(int texture, int level)
public static void glInvalidateBufferSubData(int buffer, long offset, long length)
public static void glInvalidateBufferData(int buffer)
public static void glInvalidateFramebuffer(int target, java.nio.IntBuffer attachments)
public static void glInvalidateSubFramebuffer(int target, java.nio.IntBuffer attachments, int x, int y, int width, int height)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.