This method of the Direct3dRM Class creates a texture from a specified DirectDraw surface.
public Direct3dRMTexture createTextureFromSurface(DirectDrawSurface ddS);
Returns the Direct3dRMTexture object if successful; otherwise, null.
ddS | The DirectDrawSurface object containing the texture. |