Tao.Cg SDK Documentation

CgGl.cgGLSetParameterArray3f Method (IntPtr, Int64, Int64, IntPtr)

Sets the float values to the specific parameter.

[Visual Basic]
Overloads Public Shared Sub cgGLSetParameterArray3f( _
   ByVal param As IntPtr, _
   ByVal offset As Long, _
   ByVal nelements As Long, _
   ByVal values As IntPtr _
)
[C#]
public static void cgGLSetParameterArray3f(
   IntPtr param,
   long offset,
   long nelements,
   IntPtr values
);

Parameters

param
Parameter to set values to.
offset
Offset into an array
nelements
Number of values to set.
values
Array of values.

See Also

CgGl Class | Tao.Cg Namespace | CgGl.cgGLSetParameterArray3f Overload List