The WebGLProgram is part of the WebGL API and is a combination of two compiled WebGLShader
s consisting of a vertex shader and a fragment shader (both written in GLSL). These are then linked into a usable program.
Documentation WebGLProgram by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also: