public final class NVStreamFIFONext
extends java.lang.Object
When operating on a FIFO stream, a consumer may need to know the timestamp associated with the next frame in the stream before deciding whether to
acquire it or reuse the previous frame. In the case of a FIFO size of 1, the STREAM_TIME_PRODUCER_KHR attribute is sufficient to determine this.
However, when the size is greater than 1, there may be frames available with earlier time stamps than the one most recently inserted by the producer.
This extension enables querying of the next pending frame in a stream.
Requires KHR_stream_fifo.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_PENDING_FRAME_NV
Accepted as the
attribute parameter of QueryStreamu64KHR. |
static int |
EGL_STREAM_TIME_PENDING_NV
Accepted as the
attribute parameter of QueryStreamTimeKHR. |
public static final int EGL_PENDING_FRAME_NV
attribute parameter of QueryStreamu64KHR.public static final int EGL_STREAM_TIME_PENDING_NV
attribute parameter of QueryStreamTimeKHR.Copyright LWJGL. All Rights Reserved. License terms.