public final class ATIMapObjectBuffer extends Object
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
glMapObjectBufferATI(int buffer,
ByteBuffer old_buffer)
glMapObjectBufferATI maps an ATI vertex array object to a ByteBuffer.
|
static ByteBuffer |
glMapObjectBufferATI(int buffer,
long length,
ByteBuffer old_buffer)
glMapObjectBufferATI maps an ATI vertex array object to a ByteBuffer.
|
static void |
glUnmapObjectBufferATI(int buffer) |
public static ByteBuffer glMapObjectBufferATI(int buffer, ByteBuffer old_buffer)
length
- the length of the mapped memory in bytes.old_buffer
- A ByteBuffer. If this argument points to the same address and has the same capacity as the new mapping, it will be returned and no new buffer will be created.
public static ByteBuffer glMapObjectBufferATI(int buffer, long length, ByteBuffer old_buffer)
length
- the length of the mapped memory in bytes.old_buffer
- A ByteBuffer. If this argument points to the same address and has the same capacity as the new mapping, it will be returned and no new buffer will be created.
public static void glUnmapObjectBufferATI(int buffer)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.