Sets the value of a shader constant.
int32 SetProgramConstantFloat32( int32 p_nHandle, int32 p_nIndex, float64 value )
Parameter Type | Parameter Name | Documentation |
---|---|---|
int32 | p_nHandle | The handle to the shader program. This can be acquired by calling the <Program> object's GetHandle() data interface. |
int32 | p_nIndex | The index of the shader constant to set. |
float64 | value | The constant value. |
None published. Please look for an example in the Simdify Scripting Language code base.