Platform SDK: DirectX

Direct3D7.EvictManagedTextures

The Direct3D7.EvictManagedTextures method purges all managed textures from local or non-local video memory.

object.EvictManagedTextures()

Parameters

object
Object expression that resolves to a Direct3D7 object.

Error Codes

If the method fails, an error is raised and Err.Number will be set.

Remarks

This method causes Direct3D to remove any texture surfaces created with the DDSCAPS2_TEXTUREMANAGE or DDSCAPS2_D3DTEXTUREMANAGE flags from local or non-local video memory.

See Also

Automatic Texture Management