This method of the Direct3dDevice Class swaps two texture handles.
public void swapTextureHandles(Direct3dTexture tex1, Direct3dTexture tex2);
tex1 | The texture to be swapped. |
tex2 | The texture to be swapped. |
This method is useful when an application is changing all the textures in a complicated object.