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/a04229.html | 92 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 docs/doxygen/nel/a04229.html (limited to 'docs/doxygen/nel/a04229.html') diff --git a/docs/doxygen/nel/a04229.html b/docs/doxygen/nel/a04229.html new file mode 100644 index 00000000..bdd6e512 --- /dev/null +++ b/docs/doxygen/nel/a04229.html @@ -0,0 +1,92 @@ + + +NeL: driver_opengl_texture.cpp File Reference + + + +
+

driver_opengl_texture.cpp File Reference


Detailed Description

+OpenGL driver implementation : setupTexture

+

Todo:
yoyo: BUG with texture parameters. If parameters change are made between two renders, but the texture has not changed (eg: only one texture in the whole world), those parameters are not bound!!! OPTIM: like the TexEnvMode style, a PackedParameter format should be done, to limit tests...
+
Id
driver_opengl_texture.cpp,v 1.66 2004/02/20 14:43:49 vizerie Exp
+ +

+Definition in file driver_opengl_texture.cpp. +

+#include "stdopengl.h"
+#include "3d/texture_cube.h"
+#include "nel/misc/rect.h"
+#include "nel/misc/file.h"
+ +

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

Namespaces

namespace  NL3D

Defines

#define NEL_MEASURE_UPLOAD_TIME_END
#define NEL_MEASURE_UPLOAD_TIME_START
+


Define Documentation

+

+ + + + +
+ + +
#define NEL_MEASURE_UPLOAD_TIME_END +
+
+ + + + + +
+   + + +

+ +

+Definition at line 52 of file driver_opengl_texture.cpp. +

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

+

+ + + + +
+ + +
#define NEL_MEASURE_UPLOAD_TIME_START +
+
+ + + + + +
+   + + +

+ +

+Definition at line 51 of file driver_opengl_texture.cpp. +

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

+


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