Skip to content

API Reference / @gtkx/gl / genTextures

Function: genTextures()

genTextures(n): number[]

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

void glGenTextures(GLsizei n, GLuint *textures)

Provided by GL_VERSION_1_1.

Parameters

n

number

GLsizei

Returns

number[]

textures (GLuint *)

See

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

Released under the MPL-2.0 License.