Package org.lwjgl.opengl
Class WGLNVVertexArrayRange
- java.lang.Object
-
- org.lwjgl.opengl.WGLNVVertexArrayRange
-
public class WGLNVVertexArrayRange extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longnwglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority)static voidnwglFreeMemoryNV(long pointer)static java.nio.ByteBufferwglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority)static voidwglFreeMemoryNV(java.nio.ByteBuffer pointer)
-
-
-
Method Detail
-
nwglAllocateMemoryNV
public static long nwglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority)
-
wglAllocateMemoryNV
@Nullable public static java.nio.ByteBuffer wglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority)
-
nwglFreeMemoryNV
public static void nwglFreeMemoryNV(long pointer)
-
wglFreeMemoryNV
public static void wglFreeMemoryNV(java.nio.ByteBuffer pointer)
-
-