Tao.Cg SDK Documentation

CgGl.cgGLSetParameterPointer Method (IntPtr, Int32, Int32, Int32, Void*)

[Visual Basic]
Overloads Public Shared Sub cgGLSetParameterPointer( _
   ByVal param As IntPtr, _
   ByVal fsize As Integer, _
   ByVal type As Integer, _
   ByVal stride As Integer, _
   ByVal pointer As Void* _
)
[C#]
public static void cgGLSetParameterPointer(
   IntPtr param,
   int fsize,
   int type,
   int stride,
   Void* pointer
);

See Also

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