DirectX9TextureFactory
Description
- Derived from
- 
TextureFactory abstract 
| Full source code is included in the Tinman 3D SDK download. | 
Implementation of the ITextureFactory interface that uses a Direct3D 9 IDirect3DDevice9 COM object.
For custom texture formats, the TextureFormat.FormatIdentifier method must return the D3DFMT_* in Vec4I.X, the other components are not used.
Public / Constructors
DirectX9TextureFactory
Creates a new instance of DirectX9TextureFactory.
- RenderException
- 
If a graphics subsystem error has occurred.