CgGl.cgGLUnbindProgram Method
Unbinds the program bound in a profile.
[Visual Basic]
Public Shared Sub cgGLUnbindProgram( _
ByVal
profile As
Integer _
)
[C#]
public static
void cgGLUnbindProgram(
int profile);
Parameters
-
profile
- Handle to the profile to unbind programs from.
See Also
CgGl Class | Tao.Cg Namespace