5 #ifndef __E_DRIVER_CHOICE_H_INCLUDED__ 6 #define __E_DRIVER_CHOICE_H_INCLUDED__ 20 const char*
const names[] = {
"NullDriver",
"Software Renderer",
"Burning's Video",
"Direct3D 8.1",
"Direct3D 9.0c",
"OpenGL 1.x/2.x/3.x"};
21 printf(
"Please select the driver you want:\n");
static bool isDriverSupported(video::E_DRIVER_TYPE driver)
Check if a driver type is supported by the engine.
Everything in the Irrlicht Engine can be found in this namespace.
E_DRIVER_TYPE
An enum for all types of drivers the Irrlicht Engine supports.
unsigned int u32
32 bit unsigned variable.
No driver, just for counting the elements.