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/a02229.html | 184 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 docs/doxygen/nel/a02229.html (limited to 'docs/doxygen/nel/a02229.html') diff --git a/docs/doxygen/nel/a02229.html b/docs/doxygen/nel/a02229.html new file mode 100644 index 00000000..ef82d03d --- /dev/null +++ b/docs/doxygen/nel/a02229.html @@ -0,0 +1,184 @@ + + +NeL: NL3D::CAsyncTextureBlock class Reference + + + +
+

NL3D::CAsyncTextureBlock Class Reference

#include <async_texture_block.h> +

+


Detailed Description

+Descriptor of TextureFile Names.
Author:
Lionel Berenguier

+Nevrax France

+
Date:
2002
+ +

+ +

+Definition at line 47 of file async_texture_block.h. + + + + + + + + + + + + + + + +

Public Member Functions

bool isTextureFile (uint stage) const

Data Fields

std::string TextureNames [IDRV_MAT_MAXTEXTURES]

Private Attributes

bool IsTextureFile [IDRV_MAT_MAXTEXTURES]
uint TextIds [IDRV_MAT_MAXTEXTURES]

Friends

class CMeshBaseInstance
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CAsyncTextureBlock::isTextureFile uint  stage  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 53 of file async_texture_block.h. +

+References IsTextureFile, and uint. +

+Referenced by NL3D::CInstanceMaterialUser::getTextureFileName(), and NL3D::CInstanceMaterialUser::setTextureFileName(). +

+

00053 {return IsTextureFile[stage];}
+
+


Friends And Related Function Documentation

+

+ + + + +
+ + +
friend class CMeshBaseInstance [friend] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file async_texture_block.h.

+


Field Documentation

+

+ + + + +
+ + +
bool NL3D::CAsyncTextureBlock::IsTextureFile[IDRV_MAT_MAXTEXTURES] [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 60 of file async_texture_block.h. +

+Referenced by isTextureFile().

+

+ + + + +
+ + +
uint NL3D::CAsyncTextureBlock::TextIds[IDRV_MAT_MAXTEXTURES] [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 58 of file async_texture_block.h.

+

+ + + + +
+ + +
std::string NL3D::CAsyncTextureBlock::TextureNames[IDRV_MAT_MAXTEXTURES] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 51 of file async_texture_block.h. +

+Referenced by NL3D::CInstanceMaterialUser::getTextureFileName(), and NL3D::CInstanceMaterialUser::setTextureFileName().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 06:44:31 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1