CgGl.cgGLSetParameterArray1d Method (IntPtr, Int64, Int64, Double[])
Sets the double values to the specific parameter.
[Visual Basic]
Overloads Public Shared Sub cgGLSetParameterArray1d( _
ByVal
param As
IntPtr, _
ByVal
offset As
Long, _
ByVal
nelements As
Long, _
ByVal
values As
Double() _
)
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.cgGLSetParameterArray1d Overload List