/** * Part of GL_NV_vertex_array_range. *

* Provides platform-independent access to the wglAllocateMemoryNV / * glXAllocateMemoryNV. *

*/ public java.nio.ByteBuffer glAllocateMemoryNV(int size, float readFrequency, float writeFrequency, float priority); /** * Part of GL_NV_vertex_array_range. *

* Provides platform-independent access to the wglFreeMemoryNV / * glXFreeMemoryNV. *

*/ public void glFreeMemoryNV(java.nio.ByteBuffer pointer);