Shader.uniform3f
- Shader.uniform3f(name, value)[source]
Store a uniform list of 3 floats in the shader program at a named location.
- Parameters:
- namestr
The name of the location in the shader program.
- valueUnion[tuple[float, float, float], list[float]]
An iterable of 3 floats.