isTexture method

GLboolean isTexture(
  1. WebGLTexture? texture
)

The WebGLRenderingContext.isTexture() method of the WebGL API returns true if the passed WebGLTexture is valid and false otherwise.

Implementation

external GLboolean isTexture(WebGLTexture? texture);