IDirect3D9
IDirect3D9
Applications use the methods of the IDirect3D9 interface to create Microsoft Direct3D objects and set up the environment. This interface includes methods for enumerating and retrieving capabilities of the device.
IDirect3D9 Members
Remarks
The IDirect3D9 interface is obtained by calling the Direct3DCreate9 function.
The LPDIRECT3D9 and PDIRECT3D9 types are defined as pointers to the IDirect3D9 interface.
typedef struct IDirect3D9 *LPDIRECT3D9, *PDIRECT3D9;
See Also
D3D Interfaces
Requirements
Header: Declared in D3D9.h.
Library:
Use D3d9.lib.