Tao.Cg SDK Documentation

Cg.CG_UNIFORM Field

A uniform parameter is one whose value does not chance with each invocation of a program, but whose value can change between groups of program invocations.

[Visual Basic]
Public Const CG_UNIFORM As Integer = 4102
[C#]
public const int CG_UNIFORM = 4102;

See Also

Cg Class | Tao.Cg Namespace