Tao.Cg SDK Documentation

CgGl.cgGLDisableProfile Method 

Disables the selected profile.

[Visual Basic]
Public Shared Sub cgGLDisableProfile( _
   ByVal profile As Integer _
)
[C#]
public static void cgGLDisableProfile(
   int profile
);

Parameters

profile
Profile to disable.

See Also

CgGl Class | Tao.Cg Namespace