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

NL3D::ITextureDrvInfos NLMISC::CRefCount List of all members.

Public Methods

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

Public Attributes

GLuint ID
bool Compressed
uint32 TextureMemory
CDriverGL_Driver
ITexture::TWrapMode WrapS
ITexture::TWrapMode WrapT
ITexture::TMagFilter MagFilter
ITexture::TMinFilter MinFilter

Constructor & Destructor Documentation

NL3D::CTextureDrvInfosGL::CTextureDrvInfosGL IDriver   drv,
ItTexDrvInfoPtrMap    it,
CDriverGL   drvGl
 

Definition at line 46 of file driver_opengl_texture.cpp.

References _Driver, Compressed, ID, NL3D::ItTexDrvInfoPtrMap, and TextureMemory.

NL3D::CTextureDrvInfosGL::~CTextureDrvInfosGL  
 

Definition at line 58 of file driver_opengl_texture.cpp.

References _Driver, ID, and TextureMemory.


Member Data Documentation

CDriverGL* NL3D::CTextureDrvInfosGL::_Driver
 

Reimplemented from NL3D::ITextureDrvInfos.

Definition at line 113 of file driver_opengl.h.

Referenced by CTextureDrvInfosGL, and ~CTextureDrvInfosGL.

bool NL3D::CTextureDrvInfosGL::Compressed
 

Definition at line 108 of file driver_opengl.h.

Referenced by CTextureDrvInfosGL.

GLuint NL3D::CTextureDrvInfosGL::ID
 

Definition at line 106 of file driver_opengl.h.

Referenced by CTextureDrvInfosGL, and ~CTextureDrvInfosGL.

ITexture::TMagFilter NL3D::CTextureDrvInfosGL::MagFilter
 

Definition at line 119 of file driver_opengl.h.

ITexture::TMinFilter NL3D::CTextureDrvInfosGL::MinFilter
 

Definition at line 120 of file driver_opengl.h.

uint32 NL3D::CTextureDrvInfosGL::TextureMemory
 

Definition at line 111 of file driver_opengl.h.

Referenced by CTextureDrvInfosGL, and ~CTextureDrvInfosGL.

ITexture::TWrapMode NL3D::CTextureDrvInfosGL::WrapS
 

Definition at line 117 of file driver_opengl.h.

ITexture::TWrapMode NL3D::CTextureDrvInfosGL::WrapT
 

Definition at line 118 of file driver_opengl.h.


The documentation for this class was generated from the following files: