Skip to content

API Reference / @gtkx/gl / createTextures

Function: createTextures()

createTextures(target, n): number[]

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

void glCreateTextures(GLenum target, GLsizei n, GLuint *textures)

Provided by GL_VERSION_4_5. Registry note: Reuse GL_ARB_direct_state_access Also provided by the GL_ARB_direct_state_access extension. GL_ARB_direct_state_access note: Texture object functions.

Parameters

target

number

TextureTarget

n

number

GLsizei

Returns

number[]

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

Released under the MPL-2.0 License.