D3D9 Graphics.
Public Member Functions | |
| virtual IDirect3D9 * | GetD3D9 () const =0 |
| Get the D3D9 object. {NoAutomation}. More... | |
| virtual IDirect3DDevice9 * | GetD3D9Device () const =0 |
| Get the D3D9 device. {NoAutomation}. More... | |
| virtual const D3DCAPS9 & | GetD3D9Caps () const =0 |
| Get the device's caps. {NoAutomation}. More... | |
| virtual IDirect3DStateBlock9 * | GetD3D9DefaultDeviceStates () const =0 |
| Get the default d3d9 device states. {NoAutomation}. More... | |
| virtual IDirect3DStateBlock9 * | GetD3D9DefaultPixelStates () const =0 |
| Get the default d3d9 pixel states. {NoAutomation}. More... | |
| virtual IDirect3DStateBlock9 * | GetD3D9DefaultVertexStates () const =0 |
| Get the default d3d9 vertex states. {NoAutomation}. More... | |
| virtual IDirect3DSurface9 * | CreateD3D9Surface (tU32 anW, tU32 anH, D3DFORMAT aFmt, D3DPOOL aPool)=0 |
| Creates a D3D9 surface. {NoAutomation}. More... | |
| virtual iBitmap2D * | LockD3D9Surface (IDirect3DSurface9 *apSurf, DWORD aLockFlags)=0 |
| Lock a full D3D9 surface an return it has a memory bitmap. More... | |
| virtual IDirect3DSurface9 * | CreateD3D9SurfaceFromBitmap (iBitmap2D *apBmp, D3DFORMAT aFmt, D3DPOOL aPool)=0 |
| Creates a D3D9 surface from a bitmap. {NoAutomation}. More... | |
| virtual tD3D9LostDeviceSinkLst * | GetLostDeviceSinkList () const =0 |
| Get the lost device sink list. {NoAutomation}. More... | |
| virtual iTexture * | CreateD3D9TextureEmpty (iHString *ahspName)=0 |
| Creates an empty texture for which the appropriate iD3D9Texture Initialize method has still to be called. {NoAutomation}. More... | |
| virtual iTexture * | CreateD3D9TextureBase (iHString *ahspName, IDirect3DBaseTexture9 *apTexture)=0 |
| Creates a texture that 'wraps' the specified IDirect3DTexture9 object. {NoAutomation}. More... | |
Public Member Functions inherited from iUnknown | |
| virtual tBool | IsOK () const =0 |
| Check if the object is valid. More... | |
| virtual tI32 | AddRef ()=0 |
| Signal that one more reference of the object has been created. More... | |
| virtual tI32 | Release ()=0 |
| Release a reference of the object. More... | |
| virtual void | DeleteThis ()=0 |
| Bypass any reference counting and delete this object. More... | |
| virtual void | Invalidate ()=0 |
| Invalidate the object. More... | |
| virtual iUnknown * | QueryInterface (const tUUID &aIID)=0 |
| Query an interface. More... | |
| virtual void | ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0 |
| Fill a UUID list containing the UUIDs of the implemented interfaces. More... | |
| virtual tI32 | SetNumRefs (tI32 anNumRefs)=0 |
| Set the reference counter directly. More... | |
| virtual tI32 | GetNumRefs () const =0 |
| Get the number of references to this object. More... | |
1.8.7