From 393b5cd1dc438872af89d334ef6e5fcc59f27d47 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:24:39 +1000 Subject: Added Irrlicht 1.8, but without all the Windows binaries. --- .../html/_e_hardware_buffer_flags_8h_source.html | 156 +++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 libraries/irrlicht-1.8/doc/html/_e_hardware_buffer_flags_8h_source.html (limited to 'libraries/irrlicht-1.8/doc/html/_e_hardware_buffer_flags_8h_source.html') diff --git a/libraries/irrlicht-1.8/doc/html/_e_hardware_buffer_flags_8h_source.html b/libraries/irrlicht-1.8/doc/html/_e_hardware_buffer_flags_8h_source.html new file mode 100644 index 0000000..a1ff4c7 --- /dev/null +++ b/libraries/irrlicht-1.8/doc/html/_e_hardware_buffer_flags_8h_source.html @@ -0,0 +1,156 @@ + + + + +Irrlicht 3D Engine: EHardwareBufferFlags.h Source File + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+
+
EHardwareBufferFlags.h
+
+
+Go to the documentation of this file.
00001 // Copyright (C) 2002-2012 Nikolaus Gebhardt
+00002 // This file is part of the "Irrlicht Engine".
+00003 // For conditions of distribution and use, see copyright notice in irrlicht.h
+00004 
+00005 #ifndef __E_HARDWARE_BUFFER_FLAGS_INCLUDED__
+00006 #define __E_HARDWARE_BUFFER_FLAGS_INCLUDED__
+00007 
+00008 namespace irr
+00009 {
+00010 namespace scene
+00011 {
+00012 
+00013     enum E_HARDWARE_MAPPING
+00014     {
+00016         EHM_NEVER=0,
+00017 
+00019         EHM_STATIC,
+00020 
+00022         EHM_DYNAMIC,
+00023 
+00025         EHM_STREAM
+00026     };
+00027 
+00028     enum E_BUFFER_TYPE
+00029     {
+00031         EBT_NONE=0,
+00033         EBT_VERTEX,
+00035         EBT_INDEX,
+00037         EBT_VERTEX_AND_INDEX
+00038     };
+00039 
+00040 } // end namespace scene
+00041 } // end namespace irr
+00042 
+00043 #endif
+00044 
+
+
+ + + + + -- cgit v1.1