Tao.Cg SDK Documentation

Cg.CG_HALF Field

The half type is lower-precision IEEE-like floating point. Profiles must support the half type, but may choose to implement it with the same precision as the float type.

[Visual Basic]
Public Const CG_HALF As Integer = 1025
[C#]
public const int CG_HALF = 1025;

See Also

Cg Class | Tao.Cg Namespace