Link the shader, and extract its attributes and uniform information.
The graphics device.
The shader to query.
True if the shader was successfully queried and false otherwise.
Check the linking status of a shader.
The graphics device.
True if the shader is already linked, false otherwise. Note that unless the device supports the KHR_parallel_shader_compile extension, this will always return true.
A WebGL implementation of the Shader.