Skip to content

API Reference / @gtkx/gl / activeTexture

Function: activeTexture()

activeTexture(texture): void

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

void glActiveTexture(GLenum texture)

Provided by GL_VERSION_1_3. Also known as glActiveTextureARB. GLX render opcode 197.

Parameters

texture

number

TextureUnit

Returns

void

Released under the MPL-2.0 License.