Skip to content

API Reference / @gtkx/gl / getString

Function: getString()

getString(name): string

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

const GLubyte * glGetString(GLenum name)

Provided by GL_VERSION_1_0.

Parameters

name

number

GLenum, group StringName

Returns

string

const GLubyte *

See

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

Released under the MPL-2.0 License.