Skip to content

API Reference / @gtkx/gl / activeTexture

Function: activeTexture()

activeTexture(texture): void

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

void glActiveTexture(GLenum texture)

Provided by GL_VERSION_1_3.

Parameters

texture

number

GLenum, group TextureUnit

Returns

void

See

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

Released under the MPL-2.0 License.