Tao.Cg SDK Documentation

CgGl.cgGLSetManageTextureParameters Method 

Enables or disables the automatic texture management for the given rendering context. Use CG_TRUE or CG_FALSE to enable/disable automatic texture management.

[Visual Basic]
Public Shared Sub cgGLSetManageTextureParameters( _
   ByVal context As IntPtr, _
   ByVal flag As Boolean _
)
[C#]
public static void cgGLSetManageTextureParameters(
   IntPtr context,
   bool flag
);

See Also

CgGl Class | Tao.Cg Namespace