vrdGLSLShaderParameterVec2f

class vrdGLSLShaderParameterVec2f

(Inherits vrdGLSLShaderParameter)

Functions

vrdGLSLShaderParameterVec2f.getValue()
Returns:The two components vector value of the shader parameter.
Return type:QVector2D
vrdGLSLShaderParameterVec2f.setValue(value)

Sets the value of the shader parameter.

Parameters:value (QVector2D) – New value.