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 java.lang.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

      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

      public static void wglFreeMemoryNV(ByteBuffer pointer)
      void wglFreeMemoryNV(void * pointer)