Skip to content

API Reference / @gtkx/gl / getStringi

Function: getStringi()

getStringi(name, index): string

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

const GLubyte * glGetStringi(GLenum name, GLuint index)

Provided by GL_VERSION_3_0.

Parameters

name

number

GLenum, group StringName

index

number

GLuint

Returns

string

const GLubyte *

See

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

Released under the MPL-2.0 License.