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: 13 May, 2024