Class WGLNVVertexArrayRange

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

public class WGLNVVertexArrayRange extends Object
  • Method Details

    • nwglAllocateMemoryNV

      public static long nwglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority)
    • wglAllocateMemoryNV

      public static @Nullable ByteBuffer wglAllocateMemoryNV(int size, float readfreq, float writefreq, float priority)
    • nwglFreeMemoryNV

      public static void nwglFreeMemoryNV(long pointer)
    • wglFreeMemoryNV

      public static void wglFreeMemoryNV(ByteBuffer pointer)