Package org.lwjgl.opengl
Class ARBSampleShading
- java.lang.Object
-
- org.lwjgl.opengl.ARBSampleShading
-
public final class ARBSampleShading extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_MIN_SAMPLE_SHADING_VALUE_ARB
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:static int
GL_SAMPLE_SHADING_ARB
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glMinSampleShadingARB(float value)
-
-
-
Field Detail
-
GL_SAMPLE_SHADING_ARB
public static final int GL_SAMPLE_SHADING_ARB
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
- Constant Field Values
-
GL_MIN_SAMPLE_SHADING_VALUE_ARB
public static final int GL_MIN_SAMPLE_SHADING_VALUE_ARB
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:- See Also:
- Constant Field Values
-
-