From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/class_NL3D__CTextureDrvInfosGL.html | 342 +++++++++++++++++++++ 1 file changed, 342 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CTextureDrvInfosGL.html (limited to 'docs/doxygen/nel/class_NL3D__CTextureDrvInfosGL.html') diff --git a/docs/doxygen/nel/class_NL3D__CTextureDrvInfosGL.html b/docs/doxygen/nel/class_NL3D__CTextureDrvInfosGL.html new file mode 100644 index 00000000..d364016a --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CTextureDrvInfosGL.html @@ -0,0 +1,342 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CTextureDrvInfosGL Class Reference

#include <driver_opengl.h> +

+Inheritance diagram for NL3D::CTextureDrvInfosGL

Inheritance graph
+ + + + +
[legend]
Collaboration diagram for NL3D::CTextureDrvInfosGL:

Collaboration graph
+ + + + + + + + +
[legend]
List of all members. + + + + + + + + + + +

Public Methods

 CTextureDrvInfosGL (IDriver *drv, ItTexDrvInfoPtrMap it)
 ~CTextureDrvInfosGL ()

Public Attributes

GLuint ID
bool Compressed
ITexture::TWrapMode WrapS
ITexture::TWrapMode WrapT
ITexture::TMagFilter MagFilter
ITexture::TMinFilter MinFilter
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
+NL3D::CTextureDrvInfosGL::CTextureDrvInfosGL ( + +IDriver * drv, +
+ItTexDrvInfoPtrMap it ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 43 of file driver_opengl_texture.cpp.

+

+ + + + +
+ + + + + + +
+NL3D::CTextureDrvInfosGL::~CTextureDrvInfosGL ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 50 of file driver_opengl_texture.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+bool NL3D::CTextureDrvInfosGL::Compressed +
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+GLuint NL3D::CTextureDrvInfosGL::ID +
+
+ + + + + +
+   + + +

+ +

+Definition at line 79 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+ITexture::TMagFilter NL3D::CTextureDrvInfosGL::MagFilter +
+
+ + + + + +
+   + + +

+ +

+Definition at line 86 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+ITexture::TMinFilter NL3D::CTextureDrvInfosGL::MinFilter +
+
+ + + + + +
+   + + +

+ +

+Definition at line 87 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+ITexture::TWrapMode NL3D::CTextureDrvInfosGL::WrapS +
+
+ + + + + +
+   + + +

+ +

+Definition at line 84 of file driver_opengl.h.

+

+ + + + +
+ + + + + +
+ITexture::TWrapMode NL3D::CTextureDrvInfosGL::WrapT +
+
+ + + + + +
+   + + +

+ +

+Definition at line 85 of file driver_opengl.h.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1