Class WGLNVVertexArrayRange
java.lang.Object
org.lwjgl.opengl.WGLNVVertexArrayRange
-
Method Summary
Modifier and TypeMethodDescriptionstatic longnwglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority) void * wglAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority)static voidnwglFreeMemoryNV(long pointer) void wglFreeMemoryNV(void * pointer)static @Nullable ByteBufferwglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority) void * wglAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority)static voidwglFreeMemoryNV(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
@NativeType("void *") public static @Nullable ByteBuffer wglAllocateMemoryNV(@NativeType("GLsizei") int size, @NativeType("GLfloat") float readfreq, @NativeType("GLfloat") float writefreq, @NativeType("GLfloat") 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)
-