public final class ATIMapObjectBuffer
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
glMapObjectBufferATI(int buffer,
java.nio.ByteBuffer old_buffer)
glMapObjectBufferATI maps an ATI vertex array object to a ByteBuffer.
|
static java.nio.ByteBuffer |
glMapObjectBufferATI(int buffer,
long length,
java.nio.ByteBuffer old_buffer)
glMapObjectBufferATI maps an ATI vertex array object to a ByteBuffer.
|
static void |
glUnmapObjectBufferATI(int buffer) |
public static java.nio.ByteBuffer glMapObjectBufferATI(int buffer, java.nio.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 java.nio.ByteBuffer glMapObjectBufferATI(int buffer, long length, java.nio.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.