Irrlicht 3D Engine
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
EDriverTypes.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2012 Nikolaus Gebhardt
2
// This file is part of the "Irrlicht Engine".
3
// For conditions of distribution and use, see copyright notice in irrlicht.h
4
5
#ifndef __E_DRIVER_TYPES_H_INCLUDED__
6
#define __E_DRIVER_TYPES_H_INCLUDED__
7
8
namespace
irr
9
{
10
namespace
video
11
{
12
14
enum
E_DRIVER_TYPE
15
{
17
19
EDT_NULL
,
20
22
26
EDT_SOFTWARE
,
27
29
38
EDT_BURNINGSVIDEO
,
39
41
43
EDT_DIRECT3D8
,
44
46
48
EDT_DIRECT3D9
,
49
51
53
EDT_OPENGL
,
54
56
EDT_COUNT
57
};
58
59
}
// end namespace video
60
}
// end namespace irr
61
62
63
#endif
64
Irrlicht Engine
Documentation © 2003-2012 by Nikolaus Gebhardt. Generated on Thu Apr 2 2020 05:59:46 for Irrlicht 3D Engine by
Doxygen
1.8.1.2