# 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: