From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a04219.html | 75 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 docs/doxygen/nel/a04219.html (limited to 'docs/doxygen/nel/a04219.html') diff --git a/docs/doxygen/nel/a04219.html b/docs/doxygen/nel/a04219.html new file mode 100644 index 00000000..a66ac181 --- /dev/null +++ b/docs/doxygen/nel/a04219.html @@ -0,0 +1,75 @@ + + +NeL: driver_opengl.cpp File Reference + + + +
+

driver_opengl.cpp File Reference


Detailed Description

+OpenGL driver implementation

+

Id
driver_opengl.cpp,v 1.202 2004/02/13 10:48:38 lecroart Exp
+

+

Todo:
manage better the init/release system (if a throw occurs in the init, we must release correctly the driver)
+ +

+Definition in file driver_opengl.cpp. +

+#include "stdopengl.h"
+#include <GL/glx.h>
+#include <vector>
+#include <GL/gl.h>
+#include "nel/3d/viewport.h"
+#include "nel/3d/scissor.h"
+#include "nel/3d/u_driver.h"
+#include "3d/vertex_buffer.h"
+#include "3d/light.h"
+#include "3d/primitive_block.h"
+#include "nel/misc/rect.h"
+#include "nel/misc/di_event_emitter.h"
+#include "nel/misc/mouse_device.h"
+#include "driver_opengl_vertex_buffer_hard.h"
+ +

+Go to the source code of this file. + + + + + + + +

Namespaces

namespace  NL3D

Defines

#define NL3D_DRV_VERTEXARRAY_AGP_INIT_SIZE   (16384*1024)
+


Define Documentation

+

+ + + + +
+ + +
#define NL3D_DRV_VERTEXARRAY_AGP_INIT_SIZE   (16384*1024) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 69 of file driver_opengl.cpp. +

+Referenced by NL3D::CDriverGL::setDisplay().

+


Generated on Tue Mar 16 06:42:22 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1