public class WGLNVVertexArrayRange
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static long |
nwglAllocateMemoryNV(int size,
float readfreq,
float writefreq,
float priority) |
static void |
nwglFreeMemoryNV(long pointer) |
static java.nio.ByteBuffer |
wglAllocateMemoryNV(int size,
float readfreq,
float writefreq,
float priority) |
static void |
wglFreeMemoryNV(java.nio.ByteBuffer pointer) |
public static long nwglAllocateMemoryNV(int size,
float readfreq,
float writefreq,
float priority)
@Nullable
public static java.nio.ByteBuffer wglAllocateMemoryNV(int size,
float readfreq,
float writefreq,
float priority)
public static void nwglFreeMemoryNV(long pointer)
public static void wglFreeMemoryNV(java.nio.ByteBuffer pointer)
Copyright LWJGL. All Rights Reserved. License terms.