Class TexHandle
See Also: Class TexHandleMaker.
class TexHandle
Description:
This class defines a texture handle. A pointer to an instance of this class is returned from the methods of TexHandleMaker. Methods of this class allow the handle to be retrieved and to delete the handle.
Methods:
Prototype:
virtual DWORD GetHandle() = 0;
Remarks:
Implemented by the Plug-In.
This method is called to retrieve the texture handle.
Prototype:
virtual void DeleteThis() = 0;
Remarks:
Implemented by the Plug-In.
This method is called to delete the instance of the texture handle.