Tao.Cg SDK Documentation

CgGl.cgGLDisableTextureParameter Method 

Disables the texture unit associated with the given texture parameter. Use cgGetNamedParameter to obtain the valid pointer to param.

[Visual Basic]
Public Shared Sub cgGLDisableTextureParameter( _
   ByVal param As IntPtr _
)
[C#]
public static void cgGLDisableTextureParameter(
   IntPtr param
);

See Also

CgGl Class | Tao.Cg Namespace