VaryingType Enumeration

The underlying data types that can be used for varying variables in screen-space effect shaders.

@see ScreenSpaceEffectBuilder.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: 19 April, 2024