|
|
||
|---|---|---|
| .. | ||
| README-ua.md | ||
| README-vi.md | ||
| README.md | ||
README.md
Uniform
Uniform variable qualifier.
Example
uniform vec4 direction;
Description
uniform variables contain read-only data shared from WebGL/OpenGL environment to a vertex or fragment shader.
The value is per primitive, so is useful for variables which remain constant along a primitive, frame or scene.