Package org.lwjgl.egl
Class EXTMultiviewWindow
- java.lang.Object
-
- org.lwjgl.egl.EXTMultiviewWindow
-
public final class EXTMultiviewWindow extends java.lang.Object
Native bindings to the EXT_multiview_window extension.Adds support for creating an onscreen EGLSurface containing multiple color buffers.
EXT_multi_draw_buffers can be used with this extension to render and display multiple color buffers to a supported device.
Requires
EGL 1.4
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_MULTIVIEW_VIEW_COUNT_EXT
-
-
-
Field Detail
-
EGL_MULTIVIEW_VIEW_COUNT_EXT
public static final int EGL_MULTIVIEW_VIEW_COUNT_EXT
- See Also:
- Constant Field Values
-
-