ReactOS 0.4.16-dev-112-g52265ae
|
Go to the source code of this file.
Functions | |
HRESULT | CreateD3D9 (OUT LPDIRECT3D9 *ppDirect3D9, UINT SDKVersion) |
BOOL | CreateD3D9DeviceData (IN LPDIRECT3D9_DISPLAYADAPTER pDisplayAdapter, IN LPD3D9_DEVICEDATA pDeviceData) |
VOID | DestroyD3D9DeviceData (IN LPD3D9_DEVICEDATA pDeviceData) |
HRESULT CreateD3D9 | ( | OUT LPDIRECT3D9 * | ppDirect3D9, |
UINT | SDKVersion | ||
) |
Definition at line 237 of file d3d9_create.c.
Referenced by Direct3DCreate9().
BOOL CreateD3D9DeviceData | ( | IN LPDIRECT3D9_DISPLAYADAPTER | pDisplayAdapter, |
IN LPD3D9_DEVICEDATA | pDeviceData | ||
) |
Definition at line 115 of file d3d9_create.c.
Referenced by GetDirect3D9AdapterInfo(), and InitD3D9BaseDevice().
VOID DestroyD3D9DeviceData | ( | IN LPD3D9_DEVICEDATA | pDeviceData | ) |
Definition at line 150 of file d3d9_create.c.
Referenced by GetDirect3D9AdapterInfo(), and IDirect3DDevice9Base_Release().