Tao.Cg SDK Documentation

Cg.cgGetBooleanAnnotationValues Method 

[Visual Basic]
Public Shared Function cgGetBooleanAnnotationValues( _
   ByVal annotation As IntPtr, _
   ByRef nvalues As Integer _
) As Integer()
[C#]
public static int[] cgGetBooleanAnnotationValues(
   IntPtr annotation,
   out int nvalues
);

See Also

Cg Class | Tao.Cg Namespace