Skip to content

API Reference / @gtkx/gl / isTexture

Function: isTexture()

isTexture(texture): boolean

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

GLboolean glIsTexture(GLuint texture)

Provided by GL_VERSION_1_1. GLX single opcode 146.

Parameters

texture

number

GLuint, object class texture

Returns

boolean

boolean

Released under the MPL-2.0 License.