Class GLAMDNameGenDelete

java.lang.Object
overrungl.opengl.ext.amd.GLAMDNameGenDelete

public final class GLAMDNameGenDelete extends Object
GLAMDNameGenDelete relies on preview features of the Java platform:
Programs can only use GLAMDNameGenDelete when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_AMD_name_gen_delete
Since:
0.1.0
Author:
squid233
  • Constructor Details

    • GLAMDNameGenDelete

      public GLAMDNameGenDelete()
  • Method Details

    • load

      public static void load(GLExtCaps ext, GLLoadFunc load)
    • glDeleteNamesAMD

      public static void glDeleteNamesAMD(int identifier, int num, MemorySegmentPREVIEW names)
    • glDeleteNamesAMD

      public static void glDeleteNamesAMD(SegmentAllocatorPREVIEW allocator, int identifier, int[] names)
    • glDeleteNameAMD

      public static void glDeleteNameAMD(int identifier, int name)
    • glGenNamesAMD

      public static void glGenNamesAMD(int identifier, int num, MemorySegmentPREVIEW names)
    • glGenNamesAMD

      public static void glGenNamesAMD(SegmentAllocatorPREVIEW allocator, int identifier, int[] names)
    • glGenNameAMD

      public static int glGenNameAMD(int identifier)
    • glIsNameAMD

      public static boolean glIsNameAMD(int identifier, int name)