IDirect3DRMTexture Interface Method Groups

Applications use the methods of the IDirect3DRMTexture interface to work with textures, which are rectangular arrays of pixels. The methods can be organized into the following groups:

Color GetColors

SetColors

Decals GetDecalOrigin

GetDecalScale

GetDecalSize

GetDecalTransparency

GetDecalTransparentColor

SetDecalOrigin

SetDecalScale

SetDecalSize

SetDecalTransparency

SetDecalTransparentColor

Images GetImage

Initialization InitFromFile

InitFromResource

InitFromSurface

IUnknown AddRef

QueryInterface

Release

Renderer notification Changed

Shading GetShades

SetShades

All COM interfaces inherit the IUnknown interface methods, which are listed in the "IUnknown" group above. These three methods allow additional interfaces to be added to the Direct3DRMTexture object without affecting the functionality of the original interface. In addition, the IDirect3DRMTexture interface inherits the following methods from the IDirect3DRMObject interface:

AddDestroyCallback

Clone

DeleteDestroyCallback

GetAppData

GetClassName

GetName

SetAppData

SetName

The Direct3DRMTexture object is obtained by calling the IDirect3DRM::CreateTexture method.