HALInitParams

HALInitParams
struct HALInitParams : public Render::HALInitParams {
  IDirect3DDevice9* pD3DDevice;
  D3DPRESENT_PARAMETERS PresentParams;
};
Description

HALInitParams provides D3D9-specific rendering initialization parameters for HAL::InitHAL.

Data Members
Data Member 
Description 
The D3D rendering device. 
Presentation parameters set by the application. 
Methods
Method 
Description 
Obtains the texture manager used for initializing textures. 
Initializes the D3D9-specific render parameters. 
Sets the TextureManager used for initializing textures. 
File

D3D9_HAL.h