java.lang.Object
overrungl.opengl.ext.arb.GLARBPointParameters
GLARBPointParameters
relies on preview features of the Java platform:
GLARBPointParameters
refers to one or more preview APIs:MemorySegment
.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_ARB_point_parameters
- Since:
- 0.1.0
- Author:
- squid233
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glPointParameterfARB
(int pname, float param) static void
glPointParameterfvARB
(int pname, MemorySegmentPREVIEW params) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Field Details
-
GL_POINT_SIZE_MIN_ARB
public static final int GL_POINT_SIZE_MIN_ARB- See Also:
-
GL_POINT_SIZE_MAX_ARB
public static final int GL_POINT_SIZE_MAX_ARB- See Also:
-
GL_POINT_FADE_THRESHOLD_SIZE_ARB
public static final int GL_POINT_FADE_THRESHOLD_SIZE_ARB- See Also:
-
GL_POINT_DISTANCE_ATTENUATION_ARB
public static final int GL_POINT_DISTANCE_ATTENUATION_ARB- See Also:
-
-
Constructor Details
-
GLARBPointParameters
public GLARBPointParameters()
-
-
Method Details
-
load
-
glPointParameterfARB
public static void glPointParameterfARB(int pname, float param) -
glPointParameterfvARB
-
GLARBPointParameters
when preview features are enabled.