Tao.Cg SDK Documentation

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

Gets the float values from the specific parameter.

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

Parameters

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

See Also

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