linkProgram method
The WebGLRenderingContext interface's
linkProgram()
method links a given
WebGLProgram, completing the process of preparing the GPU code for the
program's fragment and vertex shaders.
Implementation
external void linkProgram(WebGLProgram program);