28 #ifndef __D3D9DRIVER_H__ 29 #define __D3D9DRIVER_H__ 37 class D3D9VideoModeList;
48 const D3DCAPS9& deviceCaps,
49 const D3DADAPTER_IDENTIFIER9& adapterIdentifer,
50 const D3DDISPLAYMODE& desktopDisplayMode);
55 String DriverName ()
const;
56 String DriverDescription ()
const;
60 const D3DDISPLAYMODE&
getDesktopMode ()
const {
return mDesktopDisplayMode; }
unsigned int getAdapterNumber() const
const D3DDISPLAYMODE & getDesktopMode() const
unsigned int mAdapterNumber
D3DDISPLAYMODE mDesktopDisplayMode
const D3DCAPS9 & getD3D9DeviceCaps() const
D3DADAPTER_IDENTIFIER9 mAdapterIdentifier
const D3DADAPTER_IDENTIFIER9 & getAdapterIdentifier() const
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info...
D3D9VideoModeList * mVideoModeList
Superclass for all objects that wish to use custom memory allocators when their new / delete operator...