isShader method

GLboolean isShader(
  1. WebGLShader? shader
)

The WebGLRenderingContext.isShader() method of the WebGL API returns true if the passed WebGLShader is valid, false otherwise.

Implementation

external GLboolean isShader(WebGLShader? shader);