struct HALInitParams : public Render::HALInitParams { IDirect3DDevice9* pD3DDevice; D3DPRESENT_PARAMETERS PresentParams; };
HALInitParams provides D3D9-specific rendering initialization parameters for HAL::InitHAL.
|
Data Member |
Description |
|
The D3D rendering device. | |
|
Presentation parameters set by the application. |
|
Method |
Description |
|
Obtains the texture manager used for initializing textures. | |
|
Initializes the D3D9-specific render parameters. | |
|
Sets the TextureManager used for initializing textures. |
D3D9_HAL.h