public final class KHRNoError
extends java.lang.Object
With this extension enabled any behavior that generates a GL error will have undefined behavior. The reason this extension exists is performance can be increased and power usage decreased. When this mode is used, a GL driver can have undefined behavior where it would have generated a GL error without this extension. This could include application termination. In general this extension should be used after you have verified all the GL errors are removed, and an application is not the kind that would check for GL errors and adjust behavior based on those errors.
Requires GLES 2.0.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR |
public static final int GL_CONTEXT_FLAG_NO_ERROR_BIT_KHR
Copyright LWJGL. All Rights Reserved. License terms.