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