deleteProgram method
The WebGLRenderingContext.deleteProgram()
method of the
WebGL API
deletes a given
WebGLProgram object. This method has no effect if the program has
already
been deleted.
Implementation
external void deleteProgram(WebGLProgram? program);