public class LWJGLBufferAllocator
extends java.lang.Object
implements com.jme3.util.BufferAllocator
BufferAllocator which use MemoryUtil to manage memory.| Modifier and Type | Class and Description |
|---|---|
static class |
LWJGLBufferAllocator.ConcurrentLWJGLBufferAllocator
Threadsafe implementation of the
LWJGLBufferAllocator. |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_CONCURRENT_BUFFER_ALLOCATOR |
| Constructor and Description |
|---|
LWJGLBufferAllocator() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
allocate(int size) |
void |
destroyDirectBuffer(java.nio.Buffer buffer) |
public static final java.lang.String PROPERTY_CONCURRENT_BUFFER_ALLOCATOR