Skip to content

API Reference / @gtkx/gl / genTextures

Function: genTextures()

genTextures(n): number[]

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

void glGenTextures(GLsizei n, GLuint *textures)

Provided by GL_VERSION_1_1. GLX single opcode 145.

Parameters

n

number

GLsizei

Returns

number[]

textures (GLuint[], length n, object class texture)

Released under the MPL-2.0 License.