Skip to content

API Reference / @gtkx/gl / STACK_OVERFLOW

Variable: STACK_OVERFLOW

const STACK_OVERFLOW: 1283 = 1283

Defined in: generated/enums.d.ts:9157

GL_STACK_OVERFLOW.

Provided by GL_VERSION_4_3. Removed from the core profile by GL_VERSION_3_2 (Compatibility-only GL 1.1 features removed from GL 3.2), then restored by GL_VERSION_4_3. Registry note: Restore functionality removed in GL 3.2 core to GL 4.3. Needed for debug interface. Also provided by the GL_KHR_debug extension. GL_KHR_debug note: KHR extensions mandate suffixes for ES, unlike for GL. Groups: ErrorCode. Allocated from the ARB enumerant range: Mostly OpenGL 1.0/1.1 enum assignments. Unused ranges should generally remain unused.

Released under the MPL-2.0 License.