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