public final class ARBTransformFeedbackOverflowQuery
extends java.lang.Object
This extension adds new query types which can be used to detect overflow of transform feedback buffers. The new query types are also accepted by conditional rendering commands.
Requires OpenGL 3.0.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB
Accepted by the
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv. |
static int |
GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB
Accepted by the
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv. |
public static final int GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.public static final int GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB
target parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv.Copyright LWJGL. All Rights Reserved. License terms.