Class WGLNVVertexArrayRange

java.lang.Object
org.lwjgl.opengl.WGLNVVertexArrayRange

public class WGLNVVertexArrayRange extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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
    void wglFreeMemoryNV(void * pointer)

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static void wglFreeMemoryNV(@NativeType("void *") ByteBuffer pointer)
      void wglFreeMemoryNV(void * pointer)