Tao.Cg SDK Documentation

Cg.cgCreateArrayState Method 

[Visual Basic]
Public Shared Function cgCreateArrayState( _
   ByVal ctx As IntPtr, _
   ByVal name As String, _
   ByVal type As Integer, _
   ByVal nelems As Integer _
) As IntPtr
[C#]
public static IntPtr cgCreateArrayState(
   IntPtr ctx,
   string name,
   int type,
   int nelems
);

See Also

Cg Class | Tao.Cg Namespace