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