VaryingType Enumeration
The underlying data types that can be used for varying variables in screen-space effect shaders.
@see addVarying to define a varying variable.
Members
| Name | Value | Description | 
|---|---|---|
| Float | GLSL float. | |
| Vec2 | GLSL vec2. | |
| Vec3 | GLSL vec3. | |
| Vec4 | GLSL vec4. | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.