This method of the Direct3dTexture Class loads a texture that was created with the DDSCAPS_ALLOCONLOAD flag, which indicates that memory for the DirectDraw surface is not allocated until the surface is loaded by using this method.
public void load(Direct3dTexture tex);
tex | The texture to load. |