Skip to content

API Reference / @gtkx/gl / primitiveRestartIndex

Function: primitiveRestartIndex()

primitiveRestartIndex(index): void

Defined in: generated/commands.d.ts:3821

void glPrimitiveRestartIndex(GLuint index)

Provided by GL_VERSION_3_1.

Parameters

index

number

GLuint

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glPrimitiveRestartIndex.xhtml

Released under the MPL-2.0 License.