DirectX9RenderTarget
Description
- Derived from
-
RenderTarget abstract
Full source code is included in the Tinman 3D SDK download. |
Implementation of the IRenderTarget interface that uses a Direct3D 9 IDirect3DSurface9*
COM object.
Protected / Constructors
DirectX9RenderTarget
Creates a new instance of DirectX9RenderTarget.
The backbufferHandle in and textureHandle in parameters a mutually exclusive, i.e. one of them should be IntPtr.Zero.
- RenderException
-
If a graphics subsystem error has occurred.