isProgram method

GLboolean isProgram(
  1. WebGLProgram? program
)

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

Implementation

external GLboolean isProgram(WebGLProgram? program);