Class ARBInternalformatQuery


  • public final class ARBInternalformatQuery
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GL_NUM_SAMPLE_COUNTS
      Accepted by the <pname> parameter of GetInternalformativ:
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int glGetInternalformat​(int target, int internalformat, int pname)
      Overloads glGetInternalformativ.
      static void glGetInternalformat​(int target, int internalformat, int pname, java.nio.IntBuffer params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GL_NUM_SAMPLE_COUNTS

        public static final int GL_NUM_SAMPLE_COUNTS
        Accepted by the <pname> parameter of GetInternalformativ:
        See Also:
        Constant Field Values
    • Method Detail

      • glGetInternalformat

        public static void glGetInternalformat​(int target,
                                               int internalformat,
                                               int pname,
                                               java.nio.IntBuffer params)
      • glGetInternalformat

        public static int glGetInternalformat​(int target,
                                              int internalformat,
                                              int pname)
        Overloads glGetInternalformativ.