java.lang.Object
overrungl.opengl.ext.GLINTELParallelArrays
GLINTELParallelArrays
relies on preview features of the Java platform:
GLINTELParallelArrays
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_INTEL_parallel_arrays
- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glColorPointervINTEL
(int size, int type, MemorySegmentPREVIEW pointer) static void
glNormalPointervINTEL
(int type, MemorySegmentPREVIEW pointer) static void
glTexCoordPointervINTEL
(int size, int type, MemorySegmentPREVIEW pointer) static void
glVertexPointervINTEL
(int size, int type, MemorySegmentPREVIEW pointer) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLINTELParallelArrays
public GLINTELParallelArrays()
-
-
Method Details
-
load
-
glColorPointervINTEL
-
glNormalPointervINTEL
-
glTexCoordPointervINTEL
-
glVertexPointervINTEL
-
GLINTELParallelArrays
when preview features are enabled.