QASetFloat
You can use theQASetFloatfunction to set a floating-point value for a draw context state variable.
#define QASetFloat(drawContext,tag,newValue) \ (drawContext)->setFloat (drawContext,tag,newValue)
drawContext- A draw context.
tag- A state variable tag.
newValue- The new value of the specified state variable.
DESCRIPTION
TheQASetFloatfunction sets the value of the draw context state variable specified by thedrawContextandtagparameters to the floating-point value specified by thenewValueparameter.