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 @Nullable 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
public static @Nullable ByteBuffer wglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority) -
nwglFreeMemoryNV
public static void nwglFreeMemoryNV(long pointer) -
wglFreeMemoryNV
-