Expand description
WebGLProgram and WebGLShader and methods
Structsยง
- WebGL
Active Info - WebGLRS
Program - The
WebGLRSProgramis part of the WebGL API and is a combination of two compiled WebGLShaders consisting of a vertex shader and a fragment shader (both written in GLSL). These are then linked into a usable program. - WebGLRS
Shader - The
WebGLRSShaderis part of the WebGL API and can either be a vertex or a fragment shader. AWebGLRSProgramrequires both types of shaders.