isTexture method
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);
The WebGLRenderingContext.isTexture()
method of the
WebGL API
returns true
if the
passed WebGLTexture is valid and false
otherwise.
external GLboolean isTexture(WebGLTexture? texture);