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/classNL3D_1_1CTextureBlank.html | 168 +++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CTextureBlank.html (limited to 'docs/doxygen/nel/classNL3D_1_1CTextureBlank.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CTextureBlank.html b/docs/doxygen/nel/classNL3D_1_1CTextureBlank.html new file mode 100644 index 00000000..014a593f --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CTextureBlank.html @@ -0,0 +1,168 @@ + + + + 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::CTextureBlank Class Reference

This texture does generate nothing, and it is releasable. +More... +

+#include <texture_blank.h> +

+

Inheritance diagram for NL3D::CTextureBlank: +

+ +NL3D::ITexture +NLMISC::CBitmap +NLMISC::CRefCount +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + +

Public Methods

 NLMISC_DECLARE_CLASS (CTextureBlank)

Protected Methods

void doGenerate ()
 inherited from ITexture. Does nothing ... More...

+

Detailed Description

+This texture does generate nothing, and it is releasable. +

+There's no particular reason to use it, unless you want to copy the frame buffer in a texture. You may use that texture so that the device memory will only be allocated once, and the system memory (needed to create the texture, at least with open gl) will be released after that. A texture_mem could have been used, but it doesn't release memory by itself (added : hmm, well it does since 2/2002 ...). +

+ +

+Definition at line 42 of file texture_blank.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
void NL3D::CTextureBlank::doGenerate   [protected, virtual]
+
+ + + + + +
+   + + +

+inherited from ITexture. Does nothing ... +

+ +

+Implements NL3D::ITexture. +

+Definition at line 33 of file texture_blank.cpp.

+

+ + + + +
+ + + + + + + + + + +
NL3D::CTextureBlank::NLMISC_DECLARE_CLASS CTextureBlank  
+
+ + + + + +
+   + + +

+

+


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