isShader method
The WebGLRenderingContext.isShader()
method of the
WebGL API
returns true
if the
passed WebGLShader is valid, false
otherwise.
Implementation
external GLboolean isShader(WebGLShader? shader);
The WebGLRenderingContext.isShader()
method of the
WebGL API
returns true
if the
passed WebGLShader is valid, false
otherwise.
external GLboolean isShader(WebGLShader? shader);