Package org.lwjgl.opengl
Class WGLNVVertexArrayRange
java.lang.Object
org.lwjgl.opengl.WGLNVVertexArrayRange
-
Method Summary
Modifier and TypeMethodDescriptionstatic longnwglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority) static voidnwglFreeMemoryNV(long pointer) static ByteBufferwglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority) static voidwglFreeMemoryNV(ByteBuffer pointer)
-
Method Details
-
nwglAllocateMemoryNV
public static long nwglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority) -
wglAllocateMemoryNV
@Nullable public static ByteBuffer wglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority) -
nwglFreeMemoryNV
public static void nwglFreeMemoryNV(long pointer) -
wglFreeMemoryNV
-