This method of the Direct3dRM Class loads a texture from a specified resource. Because it is difficult to obtain resource handles, this method is rarely used in Java.
public Direct3dRMTexture loadTextureFromResource(int hnd);
Returns the Direct3dRMTexture object if successful; otherwise, null.
hnd | Handle of the resource. |