Skip to content

API Reference / @gtkx/gl / isTexture

Function: isTexture()

isTexture(texture): boolean

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

GLboolean glIsTexture(GLuint texture)

Provided by GL_VERSION_1_1.

Parameters

texture

number

GLuint, object class texture

Returns

boolean

GLboolean

See

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

Released under the MPL-2.0 License.