Package org.lwjgl.opengl
Class ARBInternalformatQuery
- java.lang.Object
-
- org.lwjgl.opengl.ARBInternalformatQuery
-
public final class ARBInternalformatQuery extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_NUM_SAMPLE_COUNTSAccepted by the <pname> parameter of GetInternalformativ:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intglGetInternalformat(int target, int internalformat, int pname)Overloads glGetInternalformativ.static voidglGetInternalformat(int target, int internalformat, int pname, IntBuffer params)
-
-
-
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, IntBuffer params)
-
glGetInternalformat
public static int glGetInternalformat(int target, int internalformat, int pname)Overloads glGetInternalformativ.
-
-