Tao.Cg SDK Documentation

CgGl.cgGLEnableTextureParameter Method 

Enables (binds) the texture unit associated with the given texture parameter. Use cgGetNamedParameter to obtain the valid pointer to param.

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

See Also

CgGl Class | Tao.Cg Namespace