public final class ARBInternalformatQuery extends Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_NUM_SAMPLE_COUNTS
Accepted by the <pname> parameter of GetInternalformativ:
|
Modifier and Type | Method and Description |
---|---|
static int |
glGetInternalformat(int target,
int internalformat,
int pname)
Overloads glGetInternalformativ.
|
static void |
glGetInternalformat(int target,
int internalformat,
int pname,
IntBuffer params) |
public static final int GL_NUM_SAMPLE_COUNTS
public static void glGetInternalformat(int target, int internalformat, int pname, IntBuffer params)
public static int glGetInternalformat(int target, int internalformat, int pname)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.