java.lang.Object
overrungl.opengl.ext.arb.GLARBDrawBuffers
GLARBDrawBuffers
relies on preview features of the Java platform:
GLARBDrawBuffers
refers to one or more preview APIs:MemorySegment
,SegmentAllocator
.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_ARB_draw_buffers
- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glDrawBuffersARB
(int n, MemorySegmentPREVIEW bufs) static void
glDrawBuffersARB
(SegmentAllocatorPREVIEW allocator, int[] bufs) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLARBDrawBuffers
public GLARBDrawBuffers()
-
-
Method Details
-
load
-
glDrawBuffersARB
-
glDrawBuffersARB
-
GLARBDrawBuffers
when preview features are enabled.