Back Help
This page contains reference documentation for the SetProgramConstantFloat2 function. This function is used to store two floating point values inside a program constant with at least two components before execution. The values are then available to the program during execution.
int SetProgramConstantFloat2( int ProgramHandle, int ConstantIndex, double Value1, double Value2 )
Function parameters are as follows: