arsa  2.7
Namespaces | Enumerations | Variables
EDriverTypes.h File Reference
#include "irrTypes.h"

Go to the source code of this file.

Namespaces

 irr
 Everything in the Irrlicht Engine can be found in this namespace.
 
 irr::video
 The video namespace contains classes for accessing the video driver. All 2d and 3d rendering is done here.
 

Enumerations

enum  irr::video::E_DRIVER_TYPE {
  irr::video::EDT_NULL, irr::video::EDT_SOFTWARE, irr::video::EDT_BURNINGSVIDEO, irr::video::DEPRECATED_EDT_DIRECT3D8_NO_LONGER_EXISTS,
  irr::video::EDT_DIRECT3D9, irr::video::EDT_OPENGL, irr::video::EDT_OGLES1, irr::video::EDT_OGLES2,
  irr::video::EDT_WEBGL1, irr::video::EDT_COUNT
}
 An enum for all types of drivers the Irrlicht Engine supports. More...
 

Variables

const c8 *const irr::video::DRIVER_TYPE_NAMES []
 
const c8 *const irr::video::DRIVER_TYPE_NAMES_SHORT []