Skip to content

API Reference / @gtkx/gl / VERTEX_ARRAY

Variable: VERTEX_ARRAY

const VERTEX_ARRAY: 32884 = 32884

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

GL_VERTEX_ARRAY.

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: Reuse tokens from KHR_debug Also provided by the GL_KHR_debug extension. GL_KHR_debug note: KHR extensions mandate suffixes for ES, unlike for GL. Groups: ObjectIdentifier, EnableCap, GetPName. Allocated from the ARB enumerant range: The primary GL enumerant space begins here. All modern enum allocations are in this range. These enums are mostly assigned the default class since it's a great deal of not very useful work to be more specific.

Released under the MPL-2.0 License.