Definition
WebGL Specification defines WebGLProgram
[Exposed=(Window,Worker)]
interface WebGLProgram : WebGLObject {
};
Methods and attributes that return objects implementing WebGLProgram
Referring IDL interfaces/dictionaries
Referring specifications
- WebGL 2.0 Specification refers to
WebGLProgram