Tao.Cg SDK Documentation

Cg.CG_FIXED Field

The fixed type is a signed type with a range of at least [-2,2) and with at least 10 bits of fractional precision. Overflow operations on the data type clamp rather than wrap. Fragment profiles must support the fixed type, but may implement it with the same precision as the half or float types. Vertex profiles are required to provide partial support for the fixed type. Vertex profiles have the option to provide full support for the fixed type or to implement the fixed type with the same precision as the half or float types.

[Visual Basic]
Public Const CG_FIXED As Integer = 1070
[C#]
public const int CG_FIXED = 1070;

See Also

Cg Class | Tao.Cg Namespace