D3DXGetDriverLevel
Returns the driver level.
UINT D3DXGetDriverLevel(
LPDIRECT3DDEVICE9 pDevice
);
Parameters
- pDevice
- [in] Pointer to an IDirect3DDevice9 interface representing the device.
Return Values
The driver level. See remarks.
Remarks
This method returns the driver version, which is one of the following:
- 700 - Direct3D 7 level driver
- 800 - Direct3D 8 level driver
- 900 - Direct3D 9 level driver
Requirements
Header: Declared in D3dx9core.h.