Package org.lwjgl.egl
Class NVStreamConsumerEGLImageUseScanoutAttrib
java.lang.Object
org.lwjgl.egl.NVStreamConsumerEGLImageUseScanoutAttrib
Native bindings to the NV_stream_consumer_eglimage_use_scanout_attrib extension.
This extension allows clients to specify to EGL implementations if the images frames in the EGLStream
acquired as EGLImages
are to be
scanned out directly by display hardware.
Requires NV_stream_consumer_eglimage
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as an attribute name in theattrib_list
parameter ofStreamImageConsumerConnectNV
. -
Method Summary
-
Field Details
-
EGL_STREAM_CONSUMER_IMAGE_USE_SCANOUT_NV
public static final int EGL_STREAM_CONSUMER_IMAGE_USE_SCANOUT_NVAccepted as an attribute name in theattrib_list
parameter ofStreamImageConsumerConnectNV
.- See Also:
-