Skip to content

API Reference / @gtkx/gl / bindTexture

Function: bindTexture()

bindTexture(target, texture): void

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

void glBindTexture(GLenum target, GLuint texture)

Provided by GL_VERSION_1_1. Also known as glBindTextureEXT. GLX render opcode 4117.

Parameters

target

number

TextureTarget

texture

number

GLuint, object class texture

Returns

void

Released under the MPL-2.0 License.